Home
last modified time | relevance | path

Searched defs:VT (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp48 void DecodeInsertElementMask(MVT VT, unsigned Idx, unsigned Len, in DecodeInsertElementMask()
77 void DecodeMOVSLDUPMask(MVT VT, SmallVectorImpl<int> &ShuffleMask) { in DecodeMOVSLDUPMask()
85 void DecodeMOVSHDUPMask(MVT VT, SmallVectorImpl<int> &ShuffleMask) { in DecodeMOVSHDUPMask()
93 void DecodeMOVDDUPMask(MVT VT, SmallVectorImpl<int> &ShuffleMask) { in DecodeMOVDDUPMask()
107 void DecodePSLLDQMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask) { in DecodePSLLDQMask()
121 void DecodePSRLDQMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask) { in DecodePSRLDQMask()
136 void DecodePALIGNRMask(MVT VT, unsigned Imm, in DecodePALIGNRMask()
157 void DecodePSHUFMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask) { in DecodePSHUFMask()
174 void DecodePSHUFHWMask(MVT VT, unsigned Imm, in DecodePSHUFHWMask()
190 void DecodePSHUFLWMask(MVT VT, unsigned Imm, in DecodePSHUFLWMask()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp474 MVT VT = Op.getSimpleValueType(); in Promote() local
507 MVT VT = Op.getOperand(0).getSimpleValueType(); in PromoteINT_TO_FP() local
532 MVT VT = Op.getSimpleValueType(); in PromoteFP_TO_INT() local
765 EVT VT = Op.getValueType(); in ExpandSELECT() local
817 EVT VT = Op.getValueType(); in ExpandSEXTINREG() local
840 EVT VT = Op.getValueType(); in ExpandANY_EXTEND_VECTOR_INREG() local
863 EVT VT = Op.getValueType(); in ExpandSIGN_EXTEND_VECTOR_INREG() local
887 EVT VT = Op.getValueType(); in ExpandZERO_EXTEND_VECTOR_INREG() local
912 static void createBSWAPShuffleMask(EVT VT, SmallVectorImpl<int> &ShuffleMask) { in createBSWAPShuffleMask()
920 EVT VT = Op.getValueType(); in ExpandBSWAP() local
[all …]
DLegalizeTypes.h63 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction()
68 bool isTypeLegal(EVT VT) const { in isTypeLegal()
73 bool isSimpleLegalType(EVT VT) const { in isSimpleLegalType()
81 bool isLegalInHWReg(EVT VT) const { in isLegalInHWReg()
86 EVT getSetCCResultType(EVT VT) const { in getSetCCResultType()
DDAGCombiner.cpp166 for (MVT VT : MVT::all_valuetypes()) in DAGCombiner() local
575 bool hasOperation(unsigned Opcode, EVT VT) { in hasOperation()
596 bool isTypeLegal(const EVT &VT) { in isTypeLegal()
685 EVT VT = Op.getValueType(); in isNegatibleForFree() local
946 EVT VT = N0.getValueType(); in ReassociateOps() local
1087 EVT VT = Load->getValueType(0); in ReplaceLoadWithPromotedLoad() local
1174 EVT VT = Op.getValueType(); in PromoteIntBinOp() local
1239 EVT VT = Op.getValueType(); in PromoteIntShiftOp() local
1289 EVT VT = Op.getValueType(); in PromoteExtend() local
1320 EVT VT = Op.getValueType(); in PromoteLoad() local
[all …]
DSelectionDAG.cpp116 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType()
776 EVT VT = N->getValueType(0); in VerifySDNode() local
851 EVT VT = cast<VTSDNode>(N)->getVT(); in RemoveNodeFromCSEMaps() local
1076 SDValue SelectionDAG::getFPExtendOrRound(SDValue Op, const SDLoc &DL, EVT VT) { in getFPExtendOrRound()
1082 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getAnyExtOrTrunc()
1088 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getSExtOrTrunc()
1094 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getZExtOrTrunc()
1100 SDValue SelectionDAG::getBoolExtOrTrunc(SDValue Op, const SDLoc &SL, EVT VT, in getBoolExtOrTrunc()
1109 SDValue SelectionDAG::getZeroExtendInReg(SDValue Op, const SDLoc &DL, EVT VT) { in getZeroExtendInReg()
1122 EVT VT) { in getAnyExtendVectorInReg()
[all …]
DResourcePriorityQueue.cpp93 MVT VT = ScegN->getSimpleValueType(i); in numberRCValPredInSU() local
130 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo()); in numberRCValSuccInSU() local
326 MVT VT = SU->getNode()->getSimpleValueType(i); in rawRegPressureDelta() local
335 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo()); in rawRegPressureDelta() local
473 MVT VT = ScegN->getSimpleValueType(i); in scheduledNode() local
484 MVT VT = Op.getNode()->getSimpleValueType(Op.getResNo()); in scheduledNode() local
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/
Dreset.pass.cpp24 typedef typename std::conditional<IsArray, A[], A>::type VT; in test_reset_pointer() typedef
61 typedef typename std::conditional<IsArray, A[], A>::type VT; in test_reset_nullptr() typedef
85 typedef typename std::conditional<IsArray, A[], A>::type VT; in test_reset_no_arg() typedef
/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
Dempty.fail.cpp72 …typedef T::value_type VT; // expected-error-re {{no type named 'value_type' in 'std::__1::i… in main() typedef
81 …typedef T::value_type VT; // expected-error-re {{no type named 'value_type' in 'std::__1::i… in main() typedef
90 …typedef T::value_type VT; // expected-error-re {{no type named 'value_type' in 'std::__1::i… in main() typedef
99 …typedef T::value_type VT; // expected-error-re {{no type named 'value_type' in 'std::__1::i… in main() typedef
108 …typedef T::value_type VT; // expected-error-re {{no type named 'value_type' in 'std::__1::i… in main() typedef
117 …typedef T::value_type VT; // expected-error-re {{no type named 'value_type' in 'std::__1::i… in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.h57 void addParam(MVT VT) { Params.push_back(VT); } in addParam()
60 void addResult(MVT VT) { Results.push_back(VT); } in addResult()
66 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal()
67 void addLocal(MVT VT) { Locals.push_back(VT); } in addLocal()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp402 MVT VT = Op.getSimpleValueType(); in Promote() local
435 EVT VT = Op.getOperand(0).getValueType(); in PromoteINT_TO_FP() local
471 EVT VT = Op.getValueType(); in PromoteFP_TO_INT() local
713 EVT VT = Op.getValueType(); in ExpandSELECT() local
768 EVT VT = Op.getValueType(); in ExpandSEXTINREG() local
791 EVT VT = Op.getValueType(); in ExpandANY_EXTEND_VECTOR_INREG() local
814 EVT VT = Op.getValueType(); in ExpandSIGN_EXTEND_VECTOR_INREG() local
838 EVT VT = Op.getValueType(); in ExpandZERO_EXTEND_VECTOR_INREG() local
863 static void createBSWAPShuffleMask(EVT VT, SmallVectorImpl<int> &ShuffleMask) { in createBSWAPShuffleMask()
871 EVT VT = Op.getValueType(); in ExpandBSWAP() local
[all …]
DLegalizeTypes.h63 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const { in getTypeAction()
68 bool isTypeLegal(EVT VT) const { in isTypeLegal()
73 bool isSimpleLegalType(EVT VT) const { in isSimpleLegalType()
81 bool isLegalInHWReg(EVT VT) const { in isLegalInHWReg()
86 EVT getSetCCResultType(EVT VT) const { in getSetCCResultType()
DSelectionDAG.cpp79 bool ConstantFPSDNode::isValueValidForType(EVT VT, in isValueValidForType()
679 EVT VT = N->getValueType(0); in VerifySDNode() local
754 EVT VT = cast<VTSDNode>(N)->getVT(); in RemoveNodeFromCSEMaps() local
1001 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getAnyExtOrTrunc()
1007 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getSExtOrTrunc()
1013 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, const SDLoc &DL, EVT VT) { in getZExtOrTrunc()
1019 SDValue SelectionDAG::getBoolExtOrTrunc(SDValue Op, const SDLoc &SL, EVT VT, in getBoolExtOrTrunc()
1028 SDValue SelectionDAG::getZeroExtendInReg(SDValue Op, const SDLoc &DL, EVT VT) { in getZeroExtendInReg()
1041 EVT VT) { in getAnyExtendVectorInReg()
1052 EVT VT) { in getSignExtendVectorInReg()
[all …]
DDAGCombiner.cpp503 bool isTypeLegal(const EVT &VT) { in isTypeLegal()
818 EVT VT = N0.getValueType(); in ReassociateOps() local
939 EVT VT = Load->getValueType(0); in ReplaceLoadWithPromotedLoad() local
1031 EVT VT = Op.getValueType(); in PromoteIntBinOp() local
1089 EVT VT = Op.getValueType(); in PromoteIntShiftOp() local
1133 EVT VT = Op.getValueType(); in PromoteExtend() local
1165 EVT VT = Op.getValueType(); in PromoteLoad() local
1636 EVT VT = N0.getValueType(); in visitADD() local
1783 EVT VT = N0.getValueType(); in visitADDC() local
1842 static SDValue tryFoldToZero(const SDLoc &DL, const TargetLowering &TLI, EVT VT, in tryFoldToZero()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h281 getPreferredVectorAction(EVT VT) const { in getPreferredVectorAction()
308 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } in isIntDivCheap()
311 virtual bool hasStandaloneRem(EVT VT) const { in hasStandaloneRem()
445 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic()
474 virtual bool convertSetCCLogicToBitwiseLogic(EVT VT) const { in convertSetCCLogicToBitwiseLogic()
483 MVT VT = MVT::getIntegerVT(NumBits); in hasFastEqualityCompare() local
556 virtual bool enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion()
607 virtual const TargetRegisterClass *getRegClassFor(MVT VT) const { in getRegClassFor()
620 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const { in getRepRegClassFor()
627 virtual uint8_t getRepRegClassCostFor(MVT VT) const { in getRepRegClassCostFor()
[all …]
/external/llvm/include/llvm/Target/
DTargetLowering.h210 getPreferredVectorAction(EVT VT) const { in getPreferredVectorAction()
237 virtual bool isIntDivCheap(EVT VT, AttributeSet Attr) const { in isIntDivCheap()
323 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic()
379 virtual bool enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion()
430 virtual const TargetRegisterClass *getRegClassFor(MVT VT) const { in getRegClassFor()
443 virtual const TargetRegisterClass *getRepRegClassFor(MVT VT) const { in getRepRegClassFor()
450 virtual uint8_t getRepRegClassCostFor(MVT VT) const { in getRepRegClassCostFor()
457 bool isTypeLegal(EVT VT) const { in isTypeLegal()
474 LegalizeTypeAction getTypeAction(MVT VT) const { in getTypeAction()
478 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction()
[all …]
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove.pass.cpp63 void sink2(std::unique_ptr<VT, Deleter<VT> > p) { in sink2()
69 void sink3(std::unique_ptr<VT, NCDeleter<VT>&> p) { in sink3()
86 typedef typename std::conditional<!IsArray, A, A[]>::type VT; in test_basic() typedef
Dpointer_deleter.pass.cpp58 typedef typename std::conditional<!IsArray, int, int[]>::type VT; in test_sfinae() typedef
108 typedef typename std::conditional<!IsArray, int, int[]>::type VT; in test_noexcept() typedef
209 typedef typename std::conditional<!IsArray, A, A[]>::type VT; in test_basic() typedef
295 typedef typename std::conditional<!IsArray, A, A[]>::type VT; in test_nullptr() typedef
/external/llvm/lib/CodeGen/
DCallingConvLower.cpp93 MVT VT = Outs[i].VT; in CheckReturn() local
107 MVT VT = Outs[i].VT; in AnalyzeReturn() local
160 MVT VT = Ins[i].VT; in AnalyzeCallResult() local
173 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) { in AnalyzeCallResult()
183 static bool isValueTypeInRegForCC(CallingConv::ID CC, MVT VT) { in isValueTypeInRegForCC()
194 MVT VT, CCAssignFn Fn) { in getRemainingRegParmsForType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp223 static MVT scaleVectorType(MVT VT) { in scaleVectorType()
251 static void genShuffleBland(MVT VT, ArrayRef<uint32_t> Mask, in genShuffleBland()
281 static void reorderSubVector(MVT VT, SmallVectorImpl<Value *> &TransposedMatrix, in reorderSubVector()
323 MVT VT = MVT::v8i16; in interleave8bitStride4VF8() local
363 MVT VT = MVT::getVectorVT(MVT::i8, NumOfElm); in interleave8bitStride4() local
432 static void createShuffleStride(MVT VT, int Stride, in createShuffleStride()
446 static void setGroupSize(MVT VT, SmallVectorImpl<uint32_t> &SizeInfo) { in setGroupSize()
469 static void DecodePALIGNRMask(MVT VT, unsigned Imm, in DecodePALIGNRMask()
554 MVT VT = MVT::getVT(Shuffles[0]->getType()); in deinterleave8bitStride3() local
605 static void group2Shuffle(MVT VT, SmallVectorImpl<uint32_t> &Mask, in group2Shuffle()
[all …]
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dallocate_hint.pass.cpp65 typedef IncompleteHolder* VT; in main() typedef
76 typedef IncompleteHolder* VT; in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCallingConvLower.cpp110 MVT VT = Outs[i].VT; in CheckReturn() local
124 MVT VT = Outs[i].VT; in AnalyzeReturn() local
177 MVT VT = Ins[i].VT; in AnalyzeCallResult() local
190 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) { in AnalyzeCallResult()
200 static bool isValueTypeInRegForCC(CallingConv::ID CC, MVT VT) { in isValueTypeInRegForCC()
211 MVT VT, CCAssignFn Fn) { in getRemainingRegParmsForType()
DTargetLoweringBase.cpp405 RTLIB::Libcall RTLIB::getSYNC(unsigned Opc, MVT VT) { in getSYNC()
586 for (MVT VT : MVT::all_valuetypes()) { in initActions() local
856 static unsigned getVectorTypeBreakdownMVT(MVT VT, MVT &IntermediateVT, in getVectorTypeBreakdownMVT()
1159 MVT VT = (MVT::SimpleValueType) i; in computeRegisterProperties() local
1271 unsigned TargetLoweringBase::getVectorTypeBreakdown(LLVMContext &Context, EVT VT, in getVectorTypeBreakdown()
1350 EVT VT = ValueVTs[j]; in GetReturnInfo() local
1398 const DataLayout &DL, EVT VT, in allowsMemoryAccess()
1686 static std::string getReciprocalOpName(bool IsSqrt, EVT VT) { in getReciprocalOpName()
1729 static int getOpEnabled(bool IsSqrt, EVT VT, StringRef Override) { in getOpEnabled()
1789 static int getOpRefinementSteps(bool IsSqrt, EVT VT, StringRef Override) { in getOpRefinementSteps()
[all …]
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove.pass.cpp34 typedef typename std::conditional<IsArray, A[], A>::type VT; in test_basic() typedef
79 typedef typename std::conditional<IsArray, int[], int>::type VT; in test_sfinae() typedef
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp49 EVT AMDGPUTargetLowering::getEquivalentMemType(LLVMContext &Ctx, EVT VT) { in getEquivalentMemType()
58 EVT AMDGPUTargetLowering::getEquivalentBitType(LLVMContext &Ctx, EVT VT) { in getEquivalentBitType()
100 for (MVT VT : MVT::integer_valuetypes()) { in AMDGPUTargetLowering() local
106 for (MVT VT : MVT::integer_valuetypes()) { in AMDGPUTargetLowering() local
126 for (MVT VT : MVT::integer_vector_valuetypes()) { in AMDGPUTargetLowering() local
292 for (MVT VT : ScalarIntVTs) { in AMDGPUTargetLowering() local
363 for (MVT VT : VectorIntTypes) { in AMDGPUTargetLowering() local
406 for (MVT VT : FloatVectorTypes) { in AMDGPUTargetLowering() local
768 EVT VT = EVT::getEVT(InitTy); in LowerConstantInitializer() local
776 EVT VT = EVT::getEVT(CFP->getType()); in LowerConstantInitializer() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp283 for (MVT VT : MVT::vector_valuetypes()) { in AArch64TargetLowering() local
297 for (MVT VT : MVT::vector_valuetypes()) { in AArch64TargetLowering() local
504 for (MVT VT : MVT::fp_valuetypes()) { in AArch64TargetLowering() local
510 for (MVT VT : MVT::integer_valuetypes()) in AArch64TargetLowering() local
697 for (MVT VT : MVT::integer_valuetypes()) { in AArch64TargetLowering() local
704 for (MVT VT : MVT::fp_valuetypes()) { in AArch64TargetLowering() local
713 for (MVT VT : MVT::vector_valuetypes()) { in AArch64TargetLowering() local
752 void AArch64TargetLowering::addTypeForNEON(MVT VT, MVT PromotedBitwiseVT) { in addTypeForNEON()
832 void AArch64TargetLowering::addDRTypeForNEON(MVT VT) { in addDRTypeForNEON()
837 void AArch64TargetLowering::addQRTypeForNEON(MVT VT) { in addQRTypeForNEON()
[all …]

12345678910>>...14