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

1 2

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 605 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
SelectionDAGBuilder.cpp 351 return DAG.getAnyExtOrTrunc(Val, DL, ValueVT);
370 Val = DAG.getAnyExtOrTrunc(Val, DL, ValueVT.getScalarType());
555 Val = DAG.getAnyExtOrTrunc(Val, DL, PartVT);
564 Val = DAG.getAnyExtOrTrunc(Val, DL, PartVT);
    [all...]
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 453 /// getAnyExtOrTrunc - Convert Op, which must be of integer type, to the
455 SDValue getAnyExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 679 SDValue getAnyExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 773 SDValue getAnyExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 663 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp 437 return DAG.getAnyExtOrTrunc(Val, DL, ValueVT);
473 : DAG.getAnyExtOrTrunc(Val, DL, ValueSVT);
663 Val = DAG.getAnyExtOrTrunc(Val, DL, PartVT);
675 Val = DAG.getAnyExtOrTrunc(Val, DL, PartVT);
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 884 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1463 milliseconds

1 2