Searched refs:isPredicable (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp227 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const { function in class:AMDGPUInstrInfo
229 return MI->getDesc().isPredicable();
H A DR600InstrInfo.h77 bool isPredicable(MachineInstr *MI) const;
H A DAMDGPUInstrInfo.h121 bool isPredicable(MachineInstr *MI) const;
H A DR600InstrInfo.cpp360 R600InstrInfo::isPredicable(MachineInstr *MI) const function in class:R600InstrInfo
362 return AMDGPUInstrInfo::isPredicable(MI);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp227 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const { function in class:AMDGPUInstrInfo
229 return MI->getDesc().isPredicable();
H A DR600InstrInfo.h77 bool isPredicable(MachineInstr *MI) const;
H A DAMDGPUInstrInfo.h121 bool isPredicable(MachineInstr *MI) const;
H A DR600InstrInfo.cpp360 R600InstrInfo::isPredicable(MachineInstr *MI) const function in class:R600InstrInfo
362 return AMDGPUInstrInfo::isPredicable(MI);
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h82 /// the predicate operand that controls an isPredicable() instruction.
310 bool isPredicable() const { function in class:llvm::MCInstrDesc
584 if (isPredicable()) {
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp258 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const { function in class:AMDGPUInstrInfo
260 return MI->getDesc().isPredicable();
H A DAMDGPUInstrInfo.h136 bool isPredicable(MachineInstr *MI) const override;
H A DR600InstrInfo.h172 bool isPredicable(MachineInstr *MI) const override;
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h140 bool isPredicable; member in class:llvm::CGIOperandList
238 bool isPredicable : 1;
H A DCodeGenInstruction.cpp29 isPredicable = false;
94 isPredicable = true;
307 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable");
H A DInstrInfoEmitter.cpp493 if (Inst.isPredicable) OS << "|(1<<MCID::Predicable)";
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp689 if (!NewMCID.isPredicable())
693 SkipPred = !NewMCID.isPredicable();
786 if (!NewMCID.isPredicable())
790 SkipPred = !NewMCID.isPredicable();
844 if (!MCID.isPredicable() && NewMCID.isPredicable())
H A DARMBaseInstrInfo.h92 bool isPredicable(MachineInstr *MI) const override;
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h718 /// isPredicable - Return true if the specified instruction can be predicated.
721 virtual bool isPredicable(MachineInstr *MI) const { function in class:llvm::TargetInstrInfo
722 return MI->getDesc().isPredicable();
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h120 bool isPredicable(MachineInstr *MI) const override;
H A DHexagonInstrInfo.cpp642 bool HexagonInstrInfo::isPredicable(MachineInstr *MI) const { function in class:HexagonInstrInfo
643 bool isPred = MI->getDesc().isPredicable();
808 assert (isPredicable(MI) && "Expected predicable instruction");
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h213 bool isPredicable(MachineInstr *MI) const override;
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h157 bool isPredicable(MachineInstr *MI) const override;
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp167 if (!MI->isPredicable())
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp208 if (!MI->isPredicable())
222 if (!MI->isPredicable())
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h459 bool isPredicable(QueryType Type = AllInBundle) const {

Completed in 302 milliseconds

12