Home
last modified time | relevance | path

Searched refs:isPredicable (Results 1 – 25 of 46) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.cpp227 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const { in isPredicable() function in AMDGPUInstrInfo
229 return MI->getDesc().isPredicable(); in isPredicable()
DR600InstrInfo.h77 bool isPredicable(MachineInstr *MI) const;
DR600InstrInfo.cpp360 R600InstrInfo::isPredicable(MachineInstr *MI) const in isPredicable() function in R600InstrInfo
362 return AMDGPUInstrInfo::isPredicable(MI); in isPredicable()
DAMDGPUInstrInfo.h121 bool isPredicable(MachineInstr *MI) const;
/external/llvm/include/llvm/MC/
DMCInstrDesc.h264 bool isPredicable() const { return Flags & (1 << MCID::Predicable); } in isPredicable() function
538 if (isPredicable()) { in findFirstPredOperandIdx()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h141 bool isPredicable; variable
239 bool isPredicable : 1; variable
DCodeGenInstruction.cpp29 isPredicable = false; in CGIOperandList()
97 isPredicable = true; in CGIOperandList()
310 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable"); in CodeGenInstruction()
DInstrInfoEmitter.cpp494 if (Inst.isPredicable) OS << "|(1ULL<<MCID::Predicable)"; in emitRecord()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp708 if (!NewMCID.isPredicable()) in ReduceTo2Addr()
712 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr()
804 if (!NewMCID.isPredicable()) in ReduceToNarrow()
808 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow()
862 if (!MCID.isPredicable() && NewMCID.isPredicable()) in ReduceToNarrow()
DARMBaseInstrInfo.h155 bool isPredicable(MachineInstr *MI) const override;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.cpp245 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const { in isPredicable() function in AMDGPUInstrInfo
247 return MI->getDesc().isPredicable(); in isPredicable()
DAMDGPUInstrInfo.h130 bool isPredicable(MachineInstr *MI) const override;
DR600InstrInfo.h173 bool isPredicable(MachineInstr *MI) const override;
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp163 bool isPredicable(MachineInstr *MI);
750 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
751 if (HII->isPredicated(MI) || !HII->isPredicable(MI)) in isPredicable()
988 if (!DefI || !isPredicable(DefI)) in predicate()
1293 if (!RDef || !HII->isPredicable(RDef)) in coalesceSegments()
1299 if (!RDef || !HII->isPredicable(RDef)) in coalesceSegments()
DHexagonInstrInfo.h207 bool isPredicable(MachineInstr *MI) const override;
DHexagonInstrInfoV3.td24 let isCall = 1, hasSideEffects = 1, Defs = VolatileV3.Regs, isPredicable = 1,
DHexagonEarlyIfConv.cpp448 if (!TII->isPredicable(Def1) || !TII->isPredicable(Def3)) in computePhiCost()
DHexagonInstrInfoV4.td602 let isPredicable = 1 in
855 let isPredicable = 1 in
922 let isPredicable = 1, isNewValue = 1, opNewValue = 3 in
1064 let isPredicable = 1, isExtendable = 1, isExtentSigned = 1, opExtentBits = 8,
1258 let opNewValue = 2, opExtendable = 1, isExtentSigned = 1, isPredicable = 1 in
1409 let isPredicable = 1, hasSideEffects = 0, addrMode = PostInc, isNVStore = 1,
3263 let isBarrier = 1, isPredicable = 1 in
3282 Defs = [R29, R30, R31, PC], isPredicable = 0, isAsmParserOnly = 1 in {
3306 let hasSideEffects = 0, isPredicable = 1 in
3396 let opExtendable = 0, isPredicable = 1 in
[all …]
DHexagonInstrInfo.td216 let isPredicable = 1 in
242 let isPredicable = 1 in
406 let opExtendable = 2, opExtentBits = 16, isPredicable = 1 in
529 let isPredicable = 1 in
580 let isPredicable = 1 in
623 isPredicated = 0, isPredicable = 1, isReMaterializable = 1 in
786 let isPredicable = 1, hasSideEffects = 0 in
827 let isPredicable = 1, hasSideEffects = 0 in
1437 isPredicable = 1,
1498 isPredicable = 1, hasSideEffects = 0, InputType = "reg" in
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h159 bool isPredicable(MachineInstr *MI) const override;
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h246 bool isPredicable(MachineInstr *MI) const override;
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1048 virtual bool isPredicable(MachineInstr *MI) const { in isPredicable() function
1049 return MI->getDesc().isPredicable(); in isPredicable()
/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp329 if (MI->mayLoad() && !MI->isPredicable() && BaseReg == PointerReg && in analyzeBlockForNullChecks()
DTargetInstrInfo.cpp267 if (!MI->isPredicable()) in isUnpredicatedTerminator()
280 if (!MI->isPredicable()) in PredicateInstruction()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp165 if (!MI->isPredicable()) in isUnpredicatedTerminator()

12