Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp260 Register Reg = lookUpRegForValue(V); in getRegForValue()
322 Reg = lookUpRegForValue(Op); in materializeConstant()
354 Register FastISel::lookUpRegForValue(const Value *V) { in lookUpRegForValue() function in FastISel
1234 if (Register Reg = lookUpRegForValue(Address)) in selectIntrinsicCall()
1313 } else if (Register Reg = lookUpRegForValue(V)) { in selectIntrinsicCall()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DFastISel.h273 Register lookUpRegForValue(const Value *V);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1994 unsigned Reg = lookUpRegForValue(IntExtVal); in selectLoad()
4431 unsigned Reg = lookUpRegForValue(LI); in optimizeIntExtLoad()