Home
last modified time | relevance | path

Searched defs:EVT (Results 1 – 23 of 23) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DValueTypes.h31 struct EVT { struct
37 LLVM_CONSTEXPR EVT() : V(MVT::INVALID_SIMPLE_VALUE_TYPE), LLVMTy(nullptr) {} in EVT() function
38 LLVM_CONSTEXPR EVT(MVT::SimpleValueType SVT) : V(SVT), LLVMTy(nullptr) {} in EVT() function
39 LLVM_CONSTEXPR EVT(MVT S) : V(S), LLVMTy(nullptr) {} in EVT() function
55 static EVT getFloatingPointVT(unsigned BitWidth) { in getFloatingPointVT() argument
61 static EVT getIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getIntegerVT() argument
70 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) { in getVectorVT() argument
80 EVT changeVectorElementTypeToInteger() const { in changeVectorElementTypeToInteger() argument
95 EVT changeTypeToInteger() { in changeTypeToInteger() argument
111 /// isExtended - Test if the given EVT is extended (as opposed to argument
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h380 struct EVT { struct
386 EVT() : V((MVT::SimpleValueType)(MVT::INVALID_SIMPLE_VALUE_TYPE)), in EVT() argument
388 EVT(MVT::SimpleValueType SVT) : V(SVT), LLVMTy(0) { } in EVT() function
389 EVT(MVT S) : V(S), LLVMTy(0) {} in EVT() argument
405 static EVT getFloatingPointVT(unsigned BitWidth) { in getFloatingPointVT() argument
411 static EVT getIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getIntegerVT() argument
420 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) { in getVectorVT() argument
429 static EVT getIntVectorWithNumElements(LLVMContext &C, unsigned NumElts) { in getIntVectorWithNumElements() argument
444 EVT changeVectorElementTypeToInteger() const { in changeVectorElementTypeToInteger() argument
462 /// isExtended - Test if the given EVT is extended (as opposed to argument
[all …]
/external/clang/test/CodeGenCXX/
Ddebug-info-byval.cpp11 class EVT { class
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h75 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h339 virtual bool isFPImmLegal(const APFloat &/*Imm*/, EVT /*VT*/) const { in isFPImmLegal() argument
348 EVT /*VT*/) const { in isShuffleMaskLegal() argument
362 EVT /*VT*/) const { in isVectorClearMaskLegal() argument
590 virtual bool ShouldShrinkFPConstant(EVT) const { return true; } in ShouldShrinkFPConstant() argument
632 virtual bool allowsUnalignedMemoryAccesses(EVT) const { in allowsUnalignedMemoryAccesses() argument
945 EVT /*VT*/) const { in isDesirableToTransformToIntegerOp() argument
952 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() argument
1564 virtual bool isTruncateFree(EVT /*VT1*/, EVT /*VT2*/) const { in isTruncateFree() argument
1580 virtual bool isZExtFree(EVT /*VT1*/, EVT /*VT2*/) const { in isZExtFree() argument
1587 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() argument
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h104 MVT getScalarShiftAmountTy(const DataLayout &DL, EVT) const override { in getScalarShiftAmountTy() argument
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h101 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
/external/llvm/include/llvm/Target/
DTargetLowering.h228 shouldExpandBuildVectorWithShuffles(EVT /* VT */, in shouldExpandBuildVectorWithShuffles() argument
568 virtual bool isFPImmLegal(const APFloat &/*Imm*/, EVT /*VT*/) const { in isFPImmLegal() argument
577 EVT /*VT*/) const { in isShuffleMaskLegal() argument
591 EVT /*VT*/) const { in isVectorClearMaskLegal() argument
885 virtual bool ShouldShrinkFPConstant(EVT) const { return true; } in ShouldShrinkFPConstant() argument
1742 virtual bool hasPairedLoad(EVT /*LoadedType*/, in hasPairedLoad() argument
1817 virtual bool isFMAFasterThanFMulAndFAdd(EVT) const { in isFMAFasterThanFMulAndFAdd() argument
1824 virtual bool isNarrowingProfitable(EVT /*VT1*/, EVT /*VT2*/) const { in isNarrowingProfitable() argument
2398 EVT /*VT*/) const { in isDesirableToTransformToIntegerOp() argument
2405 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() argument
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h364 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h483 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp235 EVT /*VT*/, unsigned /*AddrSpace*/, unsigned /*Align*/, bool *Fast) const { in allowsMisalignedMemoryAccesses() argument
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h234 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h506 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
515 bool isFMAFasterThanFMulAndFAdd(EVT) const override { return true; } in isFMAFasterThanFMulAndFAdd() argument
/external/llvm/lib/Target/X86/
DX86ISelLowering.h665 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override { in getScalarShiftAmountTy() argument
DX86ISelLowering.cpp15226 MVT EVT = VT.getVectorElementType(); in ChangeVSETULTtoVSETULE() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1642 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in ExpandIntRes_AssertSext() local
1663 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in ExpandIntRes_AssertZext() local
2164 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in ExpandIntRes_SIGN_EXTEND_INREG() local
DSelectionDAG.cpp1818 EVT EVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in ComputeMaskedBits() local
2792 EVT EVT = cast<VTSDNode>(N2)->getVT(); in getNode() local
2816 EVT EVT = cast<VTSDNode>(N2)->getVT(); in getNode() local
2828 EVT EVT = cast<VTSDNode>(N2)->getVT(); in getNode() local
DTargetLowering.cpp1591 EVT EVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in SimplifyDemandedBits() local
DDAGCombiner.cpp4738 EVT EVT = cast<VTSDNode>(N1)->getVT(); in visitSIGN_EXTEND_INREG() local
5569 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in visitFP_ROUND_INREG() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1892 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in ExpandIntRes_AssertSext() local
1914 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in ExpandIntRes_AssertZext() local
2458 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in ExpandIntRes_SIGN_EXTEND_INREG() local
DSelectionDAG.cpp2209 EVT EVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in computeKnownBits() local
3595 EVT EVT = cast<VTSDNode>(N2)->getVT(); in getNode() local
3619 EVT EVT = cast<VTSDNode>(N2)->getVT(); in getNode() local
3631 EVT EVT = cast<VTSDNode>(N2)->getVT(); in getNode() local
DDAGCombiner.cpp6944 EVT EVT = cast<VTSDNode>(N1)->getVT(); in visitSIGN_EXTEND_INREG() local
9193 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in visitFP_ROUND_INREG() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1400 EVT EVT = TLI.getValueType(DL, Ty, true); in emitCmp() local