Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp150 unsigned Reg = lookUpRegForValue(V); in hasTrivialKill()
187 unsigned Reg = lookUpRegForValue(V); in getRegForValue()
253 Reg = lookUpRegForValue(Op); in materializeConstant()
285 unsigned FastISel::lookUpRegForValue(const Value *V) { in lookUpRegForValue() function in FastISel
1128 if (unsigned Reg = lookUpRegForValue(Address)) in selectIntrinsicCall()
1204 } else if (unsigned Reg = lookUpRegForValue(V)) { in selectIntrinsicCall()
/external/llvm/include/llvm/CodeGen/
DFastISel.h259 unsigned lookUpRegForValue(const Value *V);
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1952 unsigned Reg = lookUpRegForValue(IntExtVal); in selectLoad()
2623 unsigned UseReg = lookUpRegForValue(SI); in selectSelect()
4327 unsigned Reg = lookUpRegForValue(LI); in optimizeIntExtLoad()
4410 unsigned UseReg = lookUpRegForValue(I); in selectIntExt()