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

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 821 DAG.getSExtOrTrunc(LHS, SDLoc(LHS), WideTy),
822 DAG.getSExtOrTrunc(RHS, SDLoc(RHS), WideTy), CC);
    [all...]
HexagonISelLoweringHVX.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 616 Lo = DAG.getSExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 457 /// getSExtOrTrunc - Convert Op, which must be of integer type, to the
459 SDValue getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 683 SDValue getSExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 777 SDValue getSExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 674 Lo = DAG.getSExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
LegalizeIntegerTypes.cpp 618 return DAG.getSExtOrTrunc(SetCC, dl, NVT);
    [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp 890 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 758 milliseconds

1 2