| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 161 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 D | HexagonExpandCondsets.cpp | 221 bool isPredicable(MachineInstr *MI); 723 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets 724 if (HII->isPredicated(*MI) || !HII->isPredicable(*MI)) in isPredicable() 961 if (!DefI || !isPredicable(DefI)) in predicate() 1225 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments() 1236 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
|
| H A D | HexagonEarlyIfConv.cpp | 482 if (!HII->isPredicable(*Def1) || !HII->isPredicable(*Def3)) in computePhiCost() 681 return MI->mayStore() && HII->isPredicable(const_cast<MachineInstr&>(*MI)); in isPredicableStore()
|
| H A D | HexagonDepInstrInfo.td | 57 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 D | HexagonInstrInfo.h | 247 bool isPredicable(const MachineInstr &MI) const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 335 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function 628 if (isPredicable()) { in findFirstPredOperandIdx()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | Thumb2SizeReduction.cpp | 807 if (!NewMCID.isPredicable()) in ReduceTo2Addr() 811 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr() 900 if (!NewMCID.isPredicable()) in ReduceToNarrow() 904 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow() 969 if (!MCID.isPredicable() && NewMCID.isPredicable()) in ReduceToNarrow()
|
| H A D | ARMInstrCDE.td | 65 let isPredicable = 0; 77 let isPredicable = acc;
|
| H A D | ThumbRegisterInfo.cpp | 597 if (MI.isPredicable()) in eliminateFrameIndex()
|
| H A D | ARMConstantIslandPass.cpp | 648 MI->getOperand(NumOps - (MI->isPredicable() ? 2 : 1)); in doInitialJumpTablePlacement() 2229 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in optimizeThumb2JumpTables() 2422 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in reorderThumb2JumpTables()
|
| H A D | ARMBaseInstrInfo.h | 180 bool isPredicable(const MachineInstr &MI) const override;
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.h | 153 bool isPredicable; variable 257 bool isPredicable : 1; variable
|
| H A D | CodeGenInstruction.cpp | 27 isPredicable = false; in CGIOperandList() 108 isPredicable = true; in CGIOperandList() 384 isPredicable = !R->getValueAsBit("isUnpredicable") && ( in CodeGenInstruction() 385 Operands.isPredicable || R->getValueAsBit("isPredicable")); in CodeGenInstruction()
|
| H A D | InstrDocsEmitter.cpp | 118 FLAG(isPredicable) in EmitInstrDocs()
|
| H A D | InstrInfoEmitter.cpp | 1147 if (Inst.isPredicable) OS << "|(1ULL<<MCID::Predicable)"; in emitRecord()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.h | 181 bool isPredicable(const MachineInstr &MI) const override;
|
| H A D | R600InstrInfo.cpp | 850 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo 868 return TargetInstrInfo::isPredicable(MI); in isPredicable()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 248 bool isPredicable(const MachineInstr &MI) const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1488 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function 1489 return MI.getDesc().isPredicable(); in isPredicable()
|
| H A D | MachineInstr.h | 889 bool isPredicable(QueryType Type = AllInBundle) const {
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ImplicitNullChecks.cpp | 374 if (!MI.mayLoadOrStore() || MI.isPredicable()) in isSuitableMemoryOp()
|
| H A D | TargetInstrInfo.cpp | 324 if (!MI.isPredicable()) in isUnpredicatedTerminator() 337 if (!MI.isPredicable()) in PredicateInstruction()
|
| H A D | EarlyIfConversion.cpp | 326 if (!TII->isPredicable(*I) || TII->isPredicated(*I)) { in canPredicateInstrs()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 466 if (!MI->isPredicable()) in canFoldIntoSelect()
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | index.rst | 127 bit isPredicable = 0;
|