Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h148 auto RDef = (*ReadySymbol)[Target]; in registerSymbols() local
149 registerSymbolsWithAddr(RDef.getAddress(), std::move(Likely)); in registerSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1232 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1233 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1243 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1244 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp1476 auto RDef = F->second.top(); in buildPhis() local
1477 if (RDef->Addr->getFlags() & NodeAttrs::Clobbering) in buildPhis()