Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp149 unsigned Reg = lookUpRegForValue(V); in hasTrivialKill()
186 unsigned Reg = lookUpRegForValue(V); in getRegForValue()
252 Reg = lookUpRegForValue(Op); in materializeConstant()
284 unsigned FastISel::lookUpRegForValue(const Value *V) { in lookUpRegForValue() function in FastISel
1111 if (unsigned Reg = lookUpRegForValue(Address)) in selectIntrinsicCall()
1187 } else if (unsigned Reg = lookUpRegForValue(V)) { in selectIntrinsicCall()
/external/llvm/include/llvm/CodeGen/
DFastISel.h254 unsigned lookUpRegForValue(const Value *V);
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1919 unsigned Reg = lookUpRegForValue(IntExtVal); in selectLoad()
2649 unsigned UseReg = lookUpRegForValue(SI); in selectSelect()
4341 unsigned Reg = lookUpRegForValue(LI); in optimizeIntExtLoad()
4424 unsigned UseReg = lookUpRegForValue(I); in selectIntExt()