/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonPseudo.td | 161 let isCall = 1, hasSideEffects = 1, isPredicable = 0, 178 isPredicable = 0 in 207 let isPredicable = 0; // !if(isPred, 0, 1); 220 isPredicable = 1, hasSideEffects = 0, InputType = "reg", 234 isCodeGenOnly = 1, Defs = [PC], Uses = [R28], isPredicable = 0 in 238 let isPseudo = 1, isCall = 1, isReturn = 1, isBarrier = 1, isPredicable = 0, 244 let isPseudo = 1, isCall = 1, isReturn = 1, isBarrier = 1, isPredicable = 0, 337 isPredicable = 1, 353 Defs = [R29, R30, R31, PC], isPredicable = 0, isAsmParserOnly = 1 in {
|
D | HexagonExpandCondsets.cpp | 219 bool isPredicable(MachineInstr *MI); 722 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets 723 if (HII->isPredicated(*MI) || !HII->isPredicable(*MI)) in isPredicable() 960 if (!DefI || !isPredicable(DefI)) in predicate() 1227 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments() 1238 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
|
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()
|
D | HexagonDepInstrInfo.td | 57 let isPredicable = 1; 220 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 …]
|
D | HexagonInstrInfo.h | 246 bool isPredicable(const MachineInstr &MI) const override;
|
D | HexagonInstrInfo.cpp | 1570 assert (isPredicable(MI) && "Expected predicable instruction"); in PredicateInstruction() 1646 bool HexagonInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in HexagonInstrInfo 1647 if (!MI.getDesc().isPredicable()) in isPredicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 336 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function 629 if (isPredicable()) { in findFirstPredOperandIdx()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 796 if (!NewMCID.isPredicable()) in ReduceTo2Addr() 800 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr() 889 if (!NewMCID.isPredicable()) in ReduceToNarrow() 893 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow() 958 if (!MCID.isPredicable() && NewMCID.isPredicable()) in ReduceToNarrow()
|
D | ThumbRegisterInfo.cpp | 562 if (MI.isPredicable()) in eliminateFrameIndex()
|
D | ARMBaseInstrInfo.h | 164 bool isPredicable(const MachineInstr &MI) const override;
|
D | ARMConstantIslandPass.cpp | 593 MI->getOperand(NumOps - (MI->isPredicable() ? 2 : 1)); in doInitialJumpTablePlacement() 2171 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in optimizeThumb2JumpTables() 2365 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in reorderThumb2JumpTables()
|
D | ARMBaseInstrInfo.cpp | 654 bool ARMBaseInstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in ARMBaseInstrInfo 655 if (!MI.isPredicable()) in isPredicable() 2184 if (!isPredicable(*MI)) in canFoldIntoMOVCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 232 bool isPredicable(const MachineInstr &MI) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 182 bool isPredicable(const MachineInstr &MI) const override;
|
D | R600InstrInfo.cpp | 877 bool R600InstrInfo::isPredicable(const MachineInstr &MI) const { in isPredicable() function in R600InstrInfo 895 return TargetInstrInfo::isPredicable(MI); in isPredicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 170 if (!MI.isPredicable()) in isUnpredicatedTerminator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1342 virtual bool isPredicable(const MachineInstr &MI) const { in isPredicable() function 1343 return MI.getDesc().isPredicable(); in isPredicable()
|
D | MachineInstr.h | 736 bool isPredicable(QueryType Type = AllInBundle) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 375 if (!(MI.mayLoadOrStore() && !MI.isPredicable() && in isSuitableMemoryOp()
|
D | TargetInstrInfo.cpp | 316 if (!MI.isPredicable()) in isUnpredicatedTerminator() 329 if (!MI.isPredicable()) in PredicateInstruction()
|
D | EarlyIfConversion.cpp | 326 if (!TII->isPredicable(*I) || TII->isPredicated(*I)) { in canPredicateInstrs()
|
D | MachineSink.cpp | 773 if (!(MI.mayLoad() && !MI.isPredicable())) in SinkingPreventsImplicitNullCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 467 if (!MI->isPredicable()) in canFoldIntoSelect()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 74 let isReturn = 1, isPredicable = 1, Uses = [LR8, RM] in 78 let isPredicable = 1 in 145 let isPredicable = 1 in
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 7332 if (!MCID.isPredicable()) in validateInstruction() 7348 } else if (isThumbTwo() && MCID.isPredicable() && in validateInstruction() 7354 } else if (!isThumb() && !useImplicitITARM() && MCID.isPredicable() && in validateInstruction() 7358 } else if (!MCID.isPredicable()) { in validateInstruction() 10389 if (MCID.isPredicable()) { in MatchInstruction() 10413 if (MCID.isPredicable()) { in MatchInstruction() 10440 if (MCID.isPredicable()) { in MatchInstruction()
|