HomeSort by relevance Sort by last modified time
    Searched refs:isPredicable (Results 26 - 36 of 36) sorted by null

12

  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
Thumb1RegisterInfo.cpp 675 if (MI.isPredicable())
ARMBaseInstrInfo.cpp 521 /// isPredicable - Return true if the specified instruction can be predicated.
524 bool ARMBaseInstrInfo::isPredicable(MachineInstr *MI) const {
525 if (!MI->isPredicable())
626 MI->getOperand(NumOps - (MI->isPredicable() ? 3 : 2));
    [all...]
ARMFastISel.cpp 247 // If we're a thumb2 or not NEON function we'll be handled via isPredicable.
250 return MI->isPredicable();
    [all...]
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 906 R600InstrInfo::isPredicable(MachineInstr *MI) const {
926 return AMDGPUInstrInfo::isPredicable(MI);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 506 bool SystemZInstrInfo::isPredicable(MachineInstr *MI) const {
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 637 /// in the block are isPredicable(). Also checks if the block contains any
714 if (!TII->isPredicable(I)) {
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 372 milliseconds

12