HomeSort by relevance Sort by last modified time
    Searched defs:ValueVTs (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 261 SmallVector<EVT, 4> ValueVTs;
262 ComputeValueVTs(*TLI, MF->getDataLayout(), PN->getType(), ValueVTs);
263 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
264 EVT VT = ValueVTs[vti];
361 SmallVector<EVT, 4> ValueVTs;
362 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs);
365 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
366 EVT ValueVT = ValueVTs[Value];
408 SmallVector<EVT, 1> ValueVTs;
409 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs);
    [all...]
SelectionDAGBuilder.h     [all...]
LegalizeIntegerTypes.cpp 521 EVT ValueVTs[] = { N->getValueType(0), NVT };
524 DAG.getVTList(ValueVTs), Ops);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 2744 milliseconds