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

  /external/llvm/include/llvm/CodeGen/
Analysis.h 48 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
55 void ComputeValueVTs(const TargetLowering &TLI, Type *Ty,
  /external/llvm/lib/CodeGen/
Analysis.cpp 67 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
74 void llvm::ComputeValueVTs(const TargetLowering &TLI, Type *Ty,
85 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
94 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 170 ComputeValueVTs(TLI, PN->getType(), ValueVTs);
223 ComputeValueVTs(TLI, Ty, ValueVTs);
270 ComputeValueVTs(TLI, Ty, ValueVTs);
SelectionDAGBuilder.cpp 612 ComputeValueVTs(tli, Ty, ValueVTs);
    [all...]
FastISel.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 287 ComputeValueVTs(*this, retTy, vtparts);
315 ComputeValueVTs(*this, retTy, vtparts);
383 ComputeValueVTs(*this, ETy, vtparts);
482 ComputeValueVTs(*this, PTy->getElementType(), vtparts);
576 ComputeValueVTs(*this, retTy, resvtparts);
742 ComputeValueVTs(*this, retTy, resvtparts);
    [all...]
NVPTXAsmPrinter.cpp 348 ComputeValueVTs(*TLI, Ty, vtparts);
376 ComputeValueVTs(*TLI, Ty, vtparts);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 2153 milliseconds