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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 146 SDVTList VTList = DAG->getVTList(VTs);
156 DAG->MorphNodeTo(N, N->getOpcode(), VTList, Ops);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetRegisterInfo.h 226 vt_iterator VTList;
341 return getRegClassInfo(RC).VTList;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetRegisterInfo.h 226 vt_iterator VTList;
341 return getRegClassInfo(RC).VTList;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetRegisterInfo.h 226 vt_iterator VTList;
341 return getRegClassInfo(RC).VTList;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetRegisterInfo.h 226 vt_iterator VTList;
341 return getRegClassInfo(RC).VTList;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetRegisterInfo.h 226 vt_iterator VTList;
341 return getRegClassInfo(RC).VTList;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetRegisterInfo.h 226 vt_iterator VTList;
341 return getRegClassInfo(RC).VTList;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetRegisterInfo.h 226 vt_iterator VTList;
341 return getRegClassInfo(RC).VTList;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetRegisterInfo.h 226 vt_iterator VTList;
341 return getRegClassInfo(RC).VTList;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 635 SDValue getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList,
641 SDValue getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 149 SDVTList VTList = DAG->getVTList(&VTs[0], VTs.size());
159 DAG->MorphNodeTo(N, N->getOpcode(), VTList, &Ops[0], Ops.size());
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 598 SDVTList VTList = CurDAG->getVTList(MVT::i32, MVT::Glue);
604 SDNode *AddLo = CurDAG->getMachineNode( Opc, DL, VTList, AddLoArgs);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1165 milliseconds