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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 331 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) {
332 ID.AddPointer(VTList.VTs);
356 unsigned short OpC, SDVTList VTList,
359 AddNodeIDValueTypes(ID, VTList);
    [all...]
SelectionDAGISel.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
ScheduleDAGSDNodes.cpp 157 SDVTList VTList = DAG->getVTList(&VTs[0], VTs.size());
167 DAG->MorphNodeTo(N, N->getOpcode(), VTList, &Ops[0], Ops.size());
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 638 SDValue getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList,
644 SDValue getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList,
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 60 EEVT::TypeSet::TypeSet(const std::vector<MVT::SimpleValueType> &VTList) {
61 assert(!VTList.empty() && "empty list?");
62 TypeVec.append(VTList.begin(), VTList.end());
64 if (!VTList.empty())
65 assert(VTList[0] != MVT::iAny && VTList[0] != MVT::vAny &&
66 VTList[0] != MVT::fAny);
    [all...]
CodeGenDAGPatterns.h 62 TypeSet(const std::vector<MVT::SimpleValueType> &VTList);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 98 milliseconds