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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 227 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const {
229 return MI->getDesc().isPredicable();
R600InstrInfo.h 77 bool isPredicable(MachineInstr *MI) const;
AMDGPUInstrInfo.h 121 bool isPredicable(MachineInstr *MI) const;
R600InstrInfo.cpp 360 R600InstrInfo::isPredicable(MachineInstr *MI) const
362 return AMDGPUInstrInfo::isPredicable(MI);
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 207 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const {
209 return MI->getDesc().isPredicable();
AMDGPUInstrInfo.h 123 bool isPredicable(MachineInstr *MI) const;
R600InstrInfo.h 151 bool isPredicable(MachineInstr *MI) const;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 227 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const {
229 return MI->getDesc().isPredicable();
R600InstrInfo.h 77 bool isPredicable(MachineInstr *MI) const;
AMDGPUInstrInfo.h 121 bool isPredicable(MachineInstr *MI) const;
R600InstrInfo.cpp 360 R600InstrInfo::isPredicable(MachineInstr *MI) const
362 return AMDGPUInstrInfo::isPredicable(MI);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 81 /// the predicate operand that controls an isPredicable() instruction.
291 bool isPredicable() const {
565 if (isPredicable()) {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 140 bool isPredicable;
232 bool isPredicable;
CodeGenInstruction.cpp 29 isPredicable = false;
94 isPredicable = true;
306 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable");
InstrInfoEmitter.cpp 467 if (Inst.isPredicable) OS << "|(1<<MCID::Predicable)";
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 200 virtual bool isPredicable(MachineInstr *MI) const;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 132 virtual bool isPredicable(MachineInstr *MI) const LLVM_OVERRIDE;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 691 if (!NewMCID.isPredicable())
695 SkipPred = !NewMCID.isPredicable();
788 if (!NewMCID.isPredicable())
792 SkipPred = !NewMCID.isPredicable();
846 if (!MCID.isPredicable() && NewMCID.isPredicable())
    [all...]
ARMBaseInstrInfo.h 94 virtual bool isPredicable(MachineInstr *MI) const;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 117 virtual bool isPredicable(MachineInstr *MI) const;
HexagonInstrInfo.cpp 637 bool HexagonInstrInfo::isPredicable(MachineInstr *MI) const {
638 bool isPred = MI->getDesc().isPredicable();
803 assert (isPredicable(MI) && "Expected predicable instruction");
    [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 207 if (!MI->isPredicable())
221 if (!MI->isPredicable())
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 164 if (!MI->isPredicable())
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 400 // isPredicable - Return true if this instruction has a predicate operand that
404 bool isPredicable(QueryType Type = AllInBundle) const {
    [all...]

Completed in 894 milliseconds

1 2