HomeSort by relevance Sort by last modified time
    Searched refs:VTList (Results 1 - 10 of 10) 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 145 SDVTList VTList = DAG->getVTList(&VTs[0], VTs.size());
155 DAG->MorphNodeTo(N, N->getOpcode(), VTList, &Ops[0], Ops.size());
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 691 SDValue getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList,
697 SDValue getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList,
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 60 EEVT::TypeSet::TypeSet(ArrayRef<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(ArrayRef<MVT::SimpleValueType> VTList);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 773 milliseconds