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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 79 /// the predicate operand that controls an isPredicable() instruction.
261 // isPredicable - Return true if this instruction has a predicate operand that
265 bool isPredicable() const {
531 if (isPredicable()) {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 140 bool isPredicable;
233 bool isPredicable;
CodeGenInstruction.cpp 29 isPredicable = false;
95 isPredicable = true;
305 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable");
InstrInfoEmitter.cpp 329 if (Inst.isPredicable) OS << "|(1<<MCID::Predicable)";
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 110 virtual bool isPredicable(MachineInstr *MI) const;
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 647 if (!NewMCID.isPredicable())
651 SkipPred = !NewMCID.isPredicable();
739 if (!NewMCID.isPredicable())
743 SkipPred = !NewMCID.isPredicable();
797 if (!MCID.isPredicable() && NewMCID.isPredicable())
    [all...]
ARMBaseInstrInfo.h 94 virtual bool isPredicable(MachineInstr *MI) const;
ARMConstantIslandPass.cpp     [all...]
ARMBaseInstrInfo.cpp 519 /// isPredicable - Return true if the specified instruction can be predicated.
522 bool ARMBaseInstrInfo::isPredicable(MachineInstr *MI) const {
523 if (!MI->isPredicable())
607 MI->getOperand(NumOps - (MI->isPredicable() ? 3 : 2));
    [all...]
Thumb1RegisterInfo.cpp 722 if (MI.isPredicable()) {
ARMFastISel.cpp 251 // If we're a thumb2 or not NEON function we were handled via isPredicable.
275 if (TII.isPredicable(MI) || isARMNEONPred(MI))
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 150 if (!MI->isPredicable())
164 if (!MI->isPredicable())
MachineInstr.cpp     [all...]
IfConversion.cpp 625 /// in the block are isPredicable(). Also checks if the block contains any
706 if (!TII->isPredicable(I)) {
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 164 if (!MI->isPredicable())
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 397 // isPredicable - Return true if this instruction has a predicate operand that
401 bool isPredicable(QueryType Type = AllInBundle) const {
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 1694 milliseconds