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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
Analysis.h 55 SmallVectorImpl<EVT> &ValueVTs,
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 298 SmallVector<EVT, 4> ValueVTs;
299 ComputeValueVTs(*TLI, MF->getDataLayout(), PN->getType(), ValueVTs);
300 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
301 EVT VT = ValueVTs[vti];
379 SmallVector<EVT, 4> ValueVTs;
380 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs);
383 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
384 EVT ValueVT = ValueVTs[Value];
426 SmallVector<EVT, 1> ValueVTs;
427 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs);
    [all...]
SelectionDAGBuilder.cpp 620 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
624 ComputeValueVTs(TLI, DL, Ty, ValueVTs);
626 for (EVT ValueVT : ValueVTs) {
645 if (ValueVTs.empty())
651 SmallVector<SDValue, 4> Values(ValueVTs.size());
653 for (unsigned Value = 0, Part = 0, e = ValueVTs.size(); Value != e; ++Value) {
655 EVT ValueVT = ValueVTs[Value];
738 return DAG.getNode(ISD::MERGE_VALUES, dl, DAG.getVTList(ValueVTs), Values);
755 for (unsigned Value = 0, Part = 0, e = ValueVTs.size(); Value != e; ++Value) {
756 EVT ValueVT = ValueVTs[Value]
    [all...]
SelectionDAGBuilder.h     [all...]
LegalizeIntegerTypes.cpp 526 EVT ValueVTs[] = { N->getValueType(0), NVT };
529 DAG.getVTList(ValueVTs), Ops);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 167 SmallVector<EVT, 4> ValueVTs;
168 ComputeValueVTs(TLI, PN->getType(), ValueVTs);
169 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
170 EVT VT = ValueVTs[vti];
220 SmallVector<EVT, 4> ValueVTs;
221 ComputeValueVTs(TLI, Ty, ValueVTs);
224 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
225 EVT ValueVT = ValueVTs[Value];
267 SmallVector<EVT, 1> ValueVTs;
268 ComputeValueVTs(TLI, Ty, ValueVTs);
    [all...]
SelectionDAGBuilder.cpp 552 /// ValueVTs - The value types of the values, which may not be legal, and
555 SmallVector<EVT, 4> ValueVTs;
558 /// ValueVTs and it records, for each value, what the type of the assigned
578 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs) {}
582 ComputeValueVTs(tli, Ty, ValueVTs);
584 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
585 EVT ValueVT = ValueVTs[Value];
597 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) {
607 ValueVTs.append(RHS.ValueVTs.begin(), RHS.ValueVTs.end())
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp 432 EVT ValueVTs[] = { N->getValueType(0), NVT };
435 DAG.getVTList(ValueVTs, 2), Ops, 2);
    [all...]
  /external/llvm/include/llvm/CodeGen/
Analysis.h 73 SmallVectorImpl<EVT> &ValueVTs,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 76 SmallVectorImpl<EVT> &ValueVTs,
86 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
95 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
103 ValueVTs.push_back(TLI.getValueType(Ty));
  /external/llvm/lib/CodeGen/
Analysis.cpp 86 Type *Ty, SmallVectorImpl<EVT> &ValueVTs,
96 ComputeValueVTs(TLI, DL, *EI, ValueVTs, Offsets,
105 ComputeValueVTs(TLI, DL, EltTy, ValueVTs, Offsets,
113 ValueVTs.push_back(TLI.getValueType(DL, Ty));
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 129 Type *Ty, SmallVectorImpl<MVT> &ValueVTs) {
140 ValueVTs.push_back(RegisterVT);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 84 Type *Ty, SmallVectorImpl<EVT> &ValueVTs,
96 ValueVTs.push_back(VT.getVectorElementType());
101 ValueVTs.push_back(VT);
    [all...]

Completed in 538 milliseconds