HomeSort by relevance Sort by last modified time
    Searched refs:CreateRegs (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 154 unsigned CreateRegs(Type *Ty);
159 return R = CreateRegs(V->getType());
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 262 unsigned reg = Builder.FuncInfo.CreateRegs(Tmp->getType());
FunctionLoweringInfo.cpp 478 /// CreateRegs - Allocate the appropriate number of virtual registers of
485 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) {
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 257 milliseconds