Home
last modified time | relevance | path

Searched refs:RDef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h147 auto RDef = (*ReadySymbol)[Target]; in registerSymbols() local
148 registerSymbolsWithAddr(RDef.getAddress(), std::move(Likely)); in registerSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1249 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1250 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1260 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1261 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()