Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h109 unsigned lookUpRegForValue(const Value *V);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp152 unsigned Reg = lookUpRegForValue(V); in hasTrivialKill()
189 unsigned Reg = lookUpRegForValue(V); in getRegForValue()
255 Reg = lookUpRegForValue(Op); in materializeConstant()
287 unsigned FastISel::lookUpRegForValue(const Value *V) { in lookUpRegForValue() function in FastISel
1130 if (unsigned Reg = lookUpRegForValue(Address)) in selectIntrinsicCall()
1206 } else if (unsigned Reg = lookUpRegForValue(V)) { in selectIntrinsicCall()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp205 Reg = lookUpRegForValue(Op); in materializeRegForValue()
226 unsigned FastISel::lookUpRegForValue(const Value *V) { in lookUpRegForValue() function in FastISel
573 } else if (unsigned Reg = lookUpRegForValue(V)) { in SelectCall()
/external/llvm/include/llvm/CodeGen/
DFastISel.h263 unsigned lookUpRegForValue(const Value *V);
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1959 unsigned Reg = lookUpRegForValue(IntExtVal); in selectLoad()
2645 unsigned UseReg = lookUpRegForValue(SI); in selectSelect()
4360 unsigned Reg = lookUpRegForValue(LI); in optimizeIntExtLoad()
4443 unsigned UseReg = lookUpRegForValue(I); in selectIntExt()