OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRegForValue
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
103
unsigned FastISel::
getRegForValue
(const Value *V) {
151
/// materializeRegForValue - Helper for
getRegForValue
. This function is
166
getRegForValue
(Constant::getNullValue(TD.getIntPtrType(V->getContext())));
189
getRegForValue
(ConstantInt::get(V->getContext(), IntVal));
258
unsigned IdxN =
getRegForValue
(Idx);
341
unsigned Op1 =
getRegForValue
(I->getOperand(1));
357
unsigned Op0 =
getRegForValue
(I->getOperand(0));
395
unsigned Op1 =
getRegForValue
(I->getOperand(1));
418
unsigned N =
getRegForValue
(I->getOperand(0));
538
Reg =
getRegForValue
(Address)
[
all
...]
SelectionDAGISel.cpp
764
unsigned LoadReg = FastIS->
getRegForValue
(LI);
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
297
unsigned ValReg =
getRegForValue
(Val);
558
AM.Base.Reg =
getRegForValue
(V);
563
AM.IndexReg =
getRegForValue
(V);
645
AM.Base.Reg =
getRegForValue
(V);
650
AM.IndexReg =
getRegForValue
(V);
715
unsigned Reg =
getRegForValue
(RV);
832
unsigned Op0Reg =
getRegForValue
(Op0);
854
unsigned Op1Reg =
getRegForValue
(Op1);
950
unsigned ResultReg =
getRegForValue
(I->getOperand(0));
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
818
if (Addr.Base.Reg == 0) Addr.Base.Reg =
getRegForValue
(Obj);
[
all
...]
/external/llvm/include/llvm/CodeGen/
FastISel.h
89
///
getRegForValue
- Create a virtual register and arrange for it to
91
unsigned
getRegForValue
(const Value *V);
98
/// getRegForGEPIndex - This is a wrapper around
getRegForValue
that also
Completed in 444 milliseconds