|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
lib/Target/AMDGPU/R600InstrInfo.cpp 971 bool R600InstrInfo::PredicateInstruction(MachineInstr &MI,
lib/Target/ARM/ARMBaseInstrInfo.cpp 498 bool ARMBaseInstrInfo::PredicateInstruction(
lib/Target/Hexagon/HexagonInstrInfo.cpp 1560 bool HexagonInstrInfo::PredicateInstruction(
lib/Target/PowerPC/PPCInstrInfo.cpp 1437 bool PPCInstrInfo::PredicateInstruction(MachineInstr &MI,
lib/Target/SystemZ/SystemZInstrInfo.cpp 718 bool SystemZInstrInfo::PredicateInstruction(
Declarations
include/llvm/CodeGen/TargetInstrInfo.h 1293 virtual bool PredicateInstruction(MachineInstr &MI,
References
lib/CodeGen/EarlyIfConversion.cpp 347 TII->PredicateInstruction(*I, Condition);
lib/CodeGen/IfConversion.cpp 2147 if (!TII->PredicateInstruction(I, Cond)) {
2196 if (!TII->PredicateInstruction(*MI, Cond)) {