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

  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 228 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const {
230 return MI->getDesc().isPredicable();
R600InstrInfo.cpp 409 R600InstrInfo::isPredicable(MachineInstr *MI) const {
420 return AMDGPUInstrInfo::isPredicable(MI);
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 81 /// the predicate operand that controls an isPredicable() instruction.
279 bool isPredicable() const {
553 if (isPredicable()) {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 140 bool isPredicable;
232 bool isPredicable;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 916 bool HexagonInstrInfo::isPredicable(MachineInstr *MI) const {
917 bool isPred = MI->getDesc().isPredicable();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 525 /// isPredicable - Return true if the specified instruction can be predicated.
528 bool ARMBaseInstrInfo::isPredicable(MachineInstr *MI) const {
529 if (!MI->isPredicable())
613 MI->getOperand(NumOps - (MI->isPredicable() ? 3 : 2));
    [all...]

Completed in 168 milliseconds