Home
last modified time | relevance | path

Searched defs:isPredicable (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/PTX/
DPTXInstrInfo.h74 virtual bool isPredicable(MachineInstr *MI) const { return true; } in isPredicable() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h140 bool isPredicable; variable
229 bool isPredicable; variable
/external/llvm/include/llvm/MC/
DMCInstrDesc.h336 bool isPredicable() const { in isPredicable() function
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h555 virtual bool isPredicable(MachineInstr *MI) const { in isPredicable() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp501 bool ARMBaseInstrInfo::isPredicable(MachineInstr *MI) const { in isPredicable() function in ARMBaseInstrInfo