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/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 82 /// the predicate operand that controls an isPredicable() instruction.
310 bool isPredicable() const {
590 if (isPredicable()) {
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 258 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const {
260 return MI->getDesc().isPredicable();
AMDGPUInstrInfo.h 136 bool isPredicable(MachineInstr *MI) const override;
R600InstrInfo.h 172 bool isPredicable(MachineInstr *MI) const override;
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 140 bool isPredicable;
238 bool isPredicable : 1;
CodeGenInstruction.cpp 29 isPredicable = false;
94 isPredicable = true;
307 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable");
InstrInfoEmitter.cpp 493 if (Inst.isPredicable) OS << "|(1<<MCID::Predicable)";
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 689 if (!NewMCID.isPredicable())
693 SkipPred = !NewMCID.isPredicable();
786 if (!NewMCID.isPredicable())
790 SkipPred = !NewMCID.isPredicable();
844 if (!MCID.isPredicable() && NewMCID.isPredicable())
    [all...]
ARMBaseInstrInfo.h 92 bool isPredicable(MachineInstr *MI) const override;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 120 bool isPredicable(MachineInstr *MI) const override;
HexagonInstrInfo.cpp 642 bool HexagonInstrInfo::isPredicable(MachineInstr *MI) const {
643 bool isPred = MI->getDesc().isPredicable();
808 assert (isPredicable(MI) && "Expected predicable instruction");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 213 bool isPredicable(MachineInstr *MI) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 157 bool isPredicable(MachineInstr *MI) const override;
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 167 if (!MI->isPredicable())
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 208 if (!MI->isPredicable())
222 if (!MI->isPredicable())
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 459 bool isPredicable(QueryType Type = AllInBundle) const {
    [all...]

Completed in 881 milliseconds

1 2