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

  /external/llvm/lib/Target/PTX/
PTXInstrInfo.h 74 virtual bool isPredicable(MachineInstr *MI) const { return true; }
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 552 /// isPredicable - Return true if the specified instruction can be predicated.
555 virtual bool isPredicable(MachineInstr *MI) const {
556 return MI->getDesc().isPredicable();
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 79 /// the predicate operand that controls an isPredicable() instruction.
332 // isPredicable - Return true if this instruction has a predicate operand that
336 bool isPredicable() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 140 bool isPredicable;
229 bool isPredicable;
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 498 /// isPredicable - Return true if the specified instruction can be predicated.
501 bool ARMBaseInstrInfo::isPredicable(MachineInstr *MI) const {
503 if (!MCID.isPredicable())
585 MI->getOperand(NumOps - (MCID.isPredicable() ? 3 : 2));
    [all...]

Completed in 28 milliseconds