Searched refs:CreateRegs (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h144 unsigned CreateRegs(Type *Ty);
149 return R = CreateRegs(V->getType());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp252 /// CreateRegs - Allocate the appropriate number of virtual registers of
259 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { function in class:FunctionLoweringInfo
H A DSelectionDAGISel.cpp1176 R = FuncInfo->CreateRegs(Inst->getType());
H A DSelectionDAGBuilder.cpp7654 RegOut = FuncInfo.CreateRegs(C->getType());
7667 Reg = FuncInfo.CreateRegs(PHIOp->getType());
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2466 unsigned ResultReg2 = FuncInfo.CreateRegs(CondTy);
3060 unsigned ResultReg = FuncInfo.CreateRegs(I->getType());

Completed in 106 milliseconds