Searched refs:TruePred (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedPredExynos.td | 53 MCReturnStatement<TruePred>>, 56 MCReturnStatement<TruePred>>], 69 MCReturnStatement<TruePred>>, 72 MCReturnStatement<TruePred>>], 90 MCReturnStatement<TruePred>>, 93 MCReturnStatement<TruePred>>], 128 MCReturnStatement<TruePred>>, 154 MCReturnStatement<TruePred>>],
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 1255 BasicBlock *TruePred = nullptr, *FalsePred = nullptr; in SimplifyUsingControlFlow() local 1259 TruePred = Pred; in SimplifyUsingControlFlow() 1263 assert(TruePred && FalsePred && "Must be!"); in SimplifyUsingControlFlow() 1277 BasicBlockEdge TrueIncEdge(TruePred, BB); in SimplifyUsingControlFlow()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBdVer2.td | 1343 SchedVar<MCSchedPredicate<TruePred>, [WriteALU]> 1350 SchedVar<MCSchedPredicate<TruePred>, [WriteFLogic]> 1361 SchedVar<MCSchedPredicate<TruePred>, [WriteVecLogic]> 1367 SchedVar<MCSchedPredicate<TruePred>, [WriteVecLogicX]> 1374 SchedVar<MCSchedPredicate<TruePred>, [WriteVecALU]> 1384 SchedVar<MCSchedPredicate<TruePred>, [WriteVecALUX]>
|
| H A D | X86ScheduleBtVer2.td | 1048 ], TruePred >
|
| H A D | X86ScheduleZnver3.td | 1516 ], TruePred >
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 78 def TruePred : MCTrue; 154 // Otherwise, it simply evaluates to TruePred.
|
| H A D | TargetSchedule.td | 381 def NoSchedPred : MCSchedPredicate<TruePred>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 3398 BasicBlock *TruePred = QTB ? QTB : QFB->getSinglePredecessor(); in mergeConditionalStoreToAddress() local 3400 SplitBlockPredecessors(PostBB, {QFB, TruePred}, "condstore.split", DTU); in mergeConditionalStoreToAddress()
|