/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 148 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::Other); in emitCLC() local 199 SDVTList VTs = DAG.getVTList(PtrVT, MVT::i32, MVT::Other); in EmitTargetCodeForMemchr() local 224 SDVTList VTs = DAG.getVTList(Dest.getValueType(), MVT::Other); in EmitTargetCodeForStrcpy() local 234 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::i32, MVT::Other); in EmitTargetCodeForStrcmp() local 252 SDVTList VTs = DAG.getVTList(PtrVT, MVT::i32, MVT::Other); in getBoundedStrlen() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 151 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue); in emitCLC() local 202 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue); in EmitTargetCodeForMemchr() local 228 SDVTList VTs = DAG.getVTList(Dest.getValueType(), MVT::Other); in EmitTargetCodeForStrcpy() local 238 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue); in EmitTargetCodeForStrcmp() local 256 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue); in getBoundedStrlen() local
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 62 const EVT *VTs; member
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 58 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { in makeVTList() 2617 SDVTList VTs = getVTList(VT); in getNode() local 3087 SDVTList VTs = getVTList(VT); in getNode() local 3179 SDVTList VTs = getVTList(VT); in getNode() local 3875 SDVTList VTs = getVTList(VT, MVT::Other); in getAtomic() local 3946 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic() local 4003 SDVTList VTs = getVTList(VT, MVT::Other); in getAtomic() local 4026 SmallVector<EVT, 4> VTs; in getMergeValues() local 4036 const EVT *VTs, unsigned NumVTs, in getMemIntrinsicNode() 4192 SDVTList VTs = Indexed ? in getLoad() local [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 58 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { in makeVTList() 918 SDVTList VTs, SDValue N1, SDValue N2, in GetBinarySDNode() 3208 SDVTList VTs = getVTList(VT); in getNode() local 3913 SDVTList VTs = getVTList(VT); in getNode() local 4015 SDVTList VTs = getVTList(VT); in getNode() local 4833 unsigned Opcode, const SDLoc &dl, EVT MemVT, SDVTList VTs, SDValue Chain, in getAtomicCmpSwap() 4860 EVT MemVT, SDVTList VTs, SDValue Chain, in getAtomicCmpSwap() 4924 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic() local 4936 SDVTList VTs = getVTList(VT, MVT::Other); in getAtomic() local 4946 SmallVector<EVT, 4> VTs; in getMergeValues() local [all …]
|
D | ScheduleDAGSDNodes.cpp | 140 static void CloneNodeWithValues(SDNode *N, SelectionDAG *DAG, ArrayRef<EVT> VTs, in CloneNodeWithValues() 177 SmallVector<EVT, 4> VTs(N->value_begin(), N->value_end()); in AddGlue() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFSelectionDAGInfo.cpp | 36 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 79 const EVT *VTs; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.cpp | 35 SmallVector<EVT, 4> VTs; in ComputeLegalValueVTs() local
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 58 const EVT *VTs; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1388 SDVTList VTs, EVT MemVT, in X86StoreSDNode() 1406 const DebugLoc &dl, SDVTList VTs, EVT MemVT, in X86MaskedStoreSDNode() 1424 SDVTList VTs, EVT MemVT, MachineMemOperand *MMO) in TruncSStoreSDNode() 1436 SDVTList VTs, EVT MemVT, MachineMemOperand *MMO) in TruncUSStoreSDNode() 1448 const DebugLoc &dl, SDVTList VTs, EVT MemVT, in MaskedTruncSStoreSDNode() 1461 const DebugLoc &dl, SDVTList VTs, EVT MemVT, in MaskedTruncUSStoreSDNode() 1476 const DebugLoc &dl, SDVTList VTs, EVT MemVT, in X86MaskedGatherScatterSDNode() 1494 X86MaskedGatherSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs, in X86MaskedGatherSDNode() 1506 X86MaskedScatterSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs, in X86MaskedScatterSDNode()
|
D | X86ISelDAGToDAG.cpp | 2632 SDVTList VTs = CurDAG->getVTList(VT, MVT::i32, MVT::Other); in emitPCMPISTR() local 2644 SDVTList VTs = CurDAG->getVTList(VT, MVT::i32); in emitPCMPISTR() local 2671 SDVTList VTs = CurDAG->getVTList(VT, MVT::i32, MVT::Other, MVT::Glue); in emitPCMPESTR() local 2684 SDVTList VTs = CurDAG->getVTList(VT, MVT::i32, MVT::Glue); in emitPCMPESTR() local 2911 SDVTList VTs = CurDAG->getVTList(NVT, MVT::i32); in Select() local 2935 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::i32); in Select() local 3005 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::Other, MVT::Glue); in Select() local 3012 SDVTList VTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in Select() local 3027 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::Glue); in Select() local 3033 SDVTList VTs = CurDAG->getVTList(MVT::Glue); in Select() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 81 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { in makeVTList() 4110 SDVTList VTs = getVTList(VT); in getNode() local 4861 SDVTList VTs = getVTList(VT); in getNode() local 4980 SDVTList VTs = getVTList(VT); in getNode() local 6015 unsigned Opcode, const SDLoc &dl, EVT MemVT, SDVTList VTs, SDValue Chain, in getAtomicCmpSwap() 6041 EVT MemVT, SDVTList VTs, SDValue Chain, in getAtomicCmpSwap() 6101 SDVTList VTs = Opcode == ISD::ATOMIC_STORE ? getVTList(MVT::Other) : in getAtomic() local 6112 SDVTList VTs = getVTList(VT, MVT::Other); in getAtomic() local 6122 SmallVector<EVT, 4> VTs; in getMergeValues() local 6275 SDVTList VTs = Indexed ? in getLoad() local [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CallingConvEmitter.cpp | 70 ListInit *VTs = Action->getValueAsListInit("VTs"); in EmitAction() local
|
D | DAGISelMatcherOpt.cpp | 132 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList(); in ContractNodes() local
|
D | CodeGenRegisters.h | 110 std::vector<MVT::SimpleValueType> VTs; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CallingConvEmitter.cpp | 89 ListInit *VTs = Action->getValueAsListInit("VTs"); in EmitAction() local
|
D | DAGISelMatcherOpt.cpp | 122 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList(); in ContractNodes() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1909 SDVTList VTs = CurDAG->getVTList(VSrc.getValueType(), VSrc.getValueType(), in tryGather() local 2125 SDVTList VTs = CurDAG->getVTList(NVT, MVT::i32); in Select() local 2149 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::i32); in Select() local 2230 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::Other, MVT::Glue); in Select() local 2237 SDVTList VTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in Select() local 2255 SDVTList VTs = CurDAG->getVTList(NVT, NVT, MVT::Glue); in Select() local 2261 SDVTList VTs = CurDAG->getVTList(MVT::Glue); in Select() local
|
/external/llvm/utils/TableGen/ |
D | CallingConvEmitter.cpp | 89 ListInit *VTs = Action->getValueAsListInit("VTs"); in EmitAction() local
|
D | DAGISelMatcherOpt.cpp | 122 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList(); in ContractNodes() local
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 133 SmallVector<EVT, 4> VTs; in ComputeLegalValueVTs() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 178 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 178 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other, MVT::Glue); in EmitTargetCodeForMemcpy() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 2082 SDVTList VTs = CurDAG->getVTList(MVT::Other); in SelectV65GatherPred() local 2124 SDVTList VTs = CurDAG->getVTList(MVT::Other); in SelectV65Gather() local 2142 SDVTList VTs = CurDAG->getVTList(MVT::v16i32, MVT::v512i1); in SelectHVXDualOutput() local 2149 SDVTList VTs = CurDAG->getVTList(MVT::v32i32, MVT::v1024i1); in SelectHVXDualOutput() local 2156 SDVTList VTs = CurDAG->getVTList(MVT::v16i32, MVT::v512i1); in SelectHVXDualOutput() local 2163 SDVTList VTs = CurDAG->getVTList(MVT::v32i32, MVT::v1024i1); in SelectHVXDualOutput() local
|