HomeSort by relevance Sort by last modified time
    Searched refs:getZExtOrTrunc (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 203 Length = DAG.getZExtOrTrunc(Length, DL, PtrVT);
204 Char = DAG.getZExtOrTrunc(Char, DL, MVT::i32);
275 MaxLength = DAG.getZExtOrTrunc(MaxLength, DL, PtrVT);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 200 Length = DAG.getZExtOrTrunc(Length, DL, PtrVT);
201 Char = DAG.getZExtOrTrunc(Char, DL, MVT::i32);
271 MaxLength = DAG.getZExtOrTrunc(MaxLength, DL, PtrVT);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
HexagonISelLoweringHVX.cpp 545 SDValue Ext = !V.isUndef() ? DAG.getZExtOrTrunc(V, dl, MVT::i8)
565 SDValue Ext = (B < 8) ? DAG.getZExtOrTrunc(F, dl, MVT::i8)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeVectorOps.cpp 666 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeTypes.cpp     [all...]
LegalizeVectorOps.cpp 608 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp 342 Tmp3 = DAG.getZExtOrTrunc(Tmp3, dl, PtrVT);
    [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 461 /// getZExtOrTrunc - Convert Op, which must be of integer type, to the
463 SDValue getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 687 SDValue getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 781 SDValue getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 120 milliseconds

1 2