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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 601 EVT ExtVT = EVT::getEVT(Dst);
605 if (TLI->isLoadExtLegal(LType, ExtVT, LoadVT))
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp 214 EVT ExtVT = cast<VTSDNode>(N->getOperand(1))->getVT().getVectorElementType();
217 LHS, DAG.getValueType(ExtVT));
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp 270 EVT ExtVT = cast<VTSDNode>(N->getOperand(1))->getVT().getVectorElementType();
273 LHS, DAG.getValueType(ExtVT));
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 436 /// true if the (and (load x) c) pattern matches an extload. ExtVT returns
441 EVT LoadResultTy, EVT &ExtVT, EVT &LoadedVT,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 723 EVT ExtVT = EVT::getVectorVT(*DAG.getContext(), NVT.getVectorElementType(),
725 SDValue WideExt = DAG.getNode(ISD::ZERO_EXTEND, dl, ExtVT, WideTrunc);
    [all...]
LegalizeVectorTypes.cpp 264 EVT ExtVT = cast<VTSDNode>(N->getOperand(1))->getVT().getVectorElementType();
267 LHS, DAG.getValueType(ExtVT));
    [all...]
DAGCombiner.cpp 507 /// true if the (and (load x) c) pattern matches an extload. ExtVT returns
510 EVT LoadResultTy, EVT &ExtVT);
513 /// width reduced to ExtVT.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.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/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 907 milliseconds