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

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h218 unsigned CreateRegs(Type *Ty);
226 return R = CreateRegs(V->getType());
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h143 unsigned CreateRegs(Type *Ty);
148 return R = CreateRegs(V->getType());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp369 /// CreateRegs - Allocate the appropriate number of virtual registers of
376 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { function in class:FunctionLoweringInfo
H A DStatepointLowering.cpp803 unsigned Reg = FuncInfo.CreateRegs(RetTy);
H A DSelectionDAGISel.cpp1413 R = FuncInfo->CreateRegs(Inst->getType());
H A DSelectionDAGBuilder.cpp8127 RegOut = FuncInfo.CreateRegs(C->getType());
8140 Reg = FuncInfo.CreateRegs(PHIOp->getType());
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp212 /// CreateRegs - Allocate the appropriate number of virtual registers of
219 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) { function in class:FunctionLoweringInfo
H A DSelectionDAGISel.cpp940 R = FuncInfo->CreateRegs(Inst->getType());
H A DSelectionDAGBuilder.cpp6789 RegOut = FuncInfo.CreateRegs(C->getType());
6802 Reg = FuncInfo.CreateRegs(PHIOp->getType());
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FastISel.cpp1467 // The call to CreateRegs builds two sequential registers, to store the
1469 unsigned ResultReg = FuncInfo.CreateRegs(I.getType());
1870 unsigned ResultReg = FuncInfo.CreateRegs(I->getType());
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2813 unsigned ResultReg2 = FuncInfo.CreateRegs(CondTy);
3352 unsigned ResultReg = FuncInfo.CreateRegs(CLI.RetTy);

Completed in 480 milliseconds