Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td161 let isCall = 1, hasSideEffects = 1, isPredicable = 0,
178 isPredicable = 0 in
229 let isPredicable = 0; // !if(isPred, 0, 1);
242 isPredicable = 1, hasSideEffects = 0, InputType = "reg",
256 isCodeGenOnly = 1, Defs = [PC], Uses = [R28], isPredicable = 0 in
260 let isPseudo = 1, isCall = 1, isReturn = 1, isBarrier = 1, isPredicable = 0,
266 let isPseudo = 1, isCall = 1, isReturn = 1, isBarrier = 1, isPredicable = 0,
359 isPredicable = 1,
375 Defs = [R29, R30, R31, PC], isPredicable = 0, isAsmParserOnly = 1 in {
H A DHexagonExpandCondsets.cpp216 bool isPredicable(MachineInstr *MI);
727 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
728 if (HII->isPredicated(*MI) || !HII->isPredicable(*MI)) in isPredicable()
967 if (!DefI || !isPredicable(DefI)) in predicate()
1233 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1244 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
H A DHexagonEarlyIfConv.cpp475 if (!HII->isPredicable(*Def1) || !HII->isPredicable(*Def3)) in computePhiCost()
672 return MI->mayStore() && HII->isPredicable(const_cast<MachineInstr&>(*MI)); in isPredicableStore()
H A DHexagonDepInstrInfo.td57 let isPredicable = 1;
221 let isPredicable = 1;
307 let isPredicable = 1;
345 let isPredicable = 1;
357 let isPredicable = 1;
432 let isPredicable = 1;
592 let isPredicable = 1;
1068 let isPredicable = 1;
1403 let isPredicable = 1;
1415 let isPredicable = 1;
[all …]
H A DHexagonInstrInfo.h248 bool isPredicable(const MachineInstr &MI) const override;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h154 bool isPredicable; variable
259 bool isPredicable : 1; variable
H A DCodeGenInstruction.cpp26 isPredicable = false; in CGIOperandList()
113 isPredicable = true; in CGIOperandList()
448 isPredicable = !R->getValueAsBit("isUnpredicable") && in CodeGenInstruction()
449 (Operands.isPredicable || R->getValueAsBit("isPredicable")); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h340 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
613 if (isPredicable()) { in findFirstPredOperandIdx()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp804 if (!NewMCID.isPredicable()) in ReduceTo2Addr()
808 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr()
896 if (!NewMCID.isPredicable()) in ReduceToNarrow()
900 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow()
965 if (!MCID.isPredicable() && NewMCID.isPredicable()) in ReduceToNarrow()
H A DARMInstrCDE.td65 let isPredicable = 0;
77 let isPredicable = acc;
H A DARMConstantIslandPass.cpp654 MI->getOperand(NumOps - (MI->isPredicable() ? 2 : 1)); in doInitialJumpTablePlacement()
2220 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in optimizeThumb2JumpTables()
2415 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in reorderThumb2JumpTables()
H A DThumbRegisterInfo.cpp675 if (MI.isPredicable()) in eliminateFrameIndex()
H A DARMBaseInstrInfo.h182 bool isPredicable(const MachineInstr &MI) const override;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp127 FLAG(isPredicable) in EmitInstrDocs()
H A DInstrInfoEmitter.cpp1165 if (Inst.isPredicable) in emitRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h183 bool isPredicable(const MachineInstr &MI) const override;
H A DR600InstrInfo.cpp839 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo
857 return TargetInstrInfo::isPredicable(MI); in isPredicable()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h264 bool isPredicable(const MachineInstr &MI) const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1723 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function
1724 return MI.getDesc().isPredicable(); in isPredicable()
H A DMachineInstr.h1010 bool isPredicable(QueryType Type = AllInBundle) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp371 if (!MI.mayLoadOrStore() || MI.isPredicable()) in isSuitableMemoryOp()
H A DTargetInstrInfo.cpp359 if (!MI.isPredicable()) in isUnpredicatedTerminator()
372 if (!MI.isPredicable()) in PredicateInstruction()
H A DEarlyIfConversion.cpp331 if (!TII->isPredicable(*I)) { in canPredicateInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp468 if (!MI->isPredicable()) in canFoldIntoSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td77 let isReturn = 1, isPredicable = 1, Uses = [LR8, RM] in
81 let isPredicable = 1 in
160 let isPredicable = 1 in
207 let isPredicable = 1 in

12