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

  /external/llvm/include/llvm/CodeGen/
Analysis.h 47 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
54 void ComputeValueVTs(const TargetLowering &TLI, Type *Ty,
  /external/llvm/lib/CodeGen/
Analysis.cpp 68 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
75 void llvm::ComputeValueVTs(const TargetLowering &TLI, Type *Ty,
86 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
95 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 168 ComputeValueVTs(TLI, PN->getType(), ValueVTs);
221 ComputeValueVTs(TLI, Ty, ValueVTs);
268 ComputeValueVTs(TLI, Ty, ValueVTs);
SelectionDAGBuilder.cpp 582 ComputeValueVTs(tli, Ty, ValueVTs);
    [all...]
FastISel.cpp 870 ComputeValueVTs(TLI, AggTy, AggValueVTs);
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 112 milliseconds