Searched defs:VT (Results 76 - 85 of 85) sorted by relevance

1234

/external/clang/lib/AST/
H A DExprConstant.cpp1779 QualType VT = VD->getType(); local
1780 if (VT.isVolatileQualified()) {
1793 } else if (VT->isIntegralOrEnumerationType()) {
1794 if (!VT.isConstQualified()) {
1803 } else if (VT->isFloatingType() && VT.isConstQualified()) {
1829 return ExtractSubobject(Info, Conv, RVal, VT, LVal.Designator, Type);
3673 const VectorType *VT = E->getType()->castAs<VectorType>(); local
3675 unsigned NumElements = VT->getNumElements();
3677 QualType EltTy = VT
3722 const VectorType *VT = E->getType()->getAs<VectorType>(); local
[all...]
H A DASTContext.cpp1351 const VectorType *VT = cast<VectorType>(T); local
1352 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(VT->getElementType());
1353 Width = EltInfo.first*VT->getNumElements();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp79 bool ConstantFPSDNode::isValueValidForType(EVT VT, argument
81 assert(VT.isFloatingPoint() && "Can only convert between FP types");
86 (void) Val2.convert(SelectionDAG::EVTToAPFloatSemantics(VT),
673 EVT VT = cast<VTSDNode>(N)->getVT(); local
674 if (VT.isExtended()) {
675 Erased = ExtendedValueTypeNodes.erase(VT);
677 Erased = ValueTypeNodes[VT.getSimpleVT().SimpleTy] != 0;
678 ValueTypeNodes[VT.getSimpleVT().SimpleTy] = 0;
793 EVT VT = N->getValueType(0); local
795 assert(!VT
925 getAnyExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) argument
931 getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) argument
937 getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) argument
943 getZeroExtendInReg(SDValue Op, DebugLoc DL, EVT VT) argument
957 getNOT(DebugLoc DL, SDValue Val, EVT VT) argument
964 getConstant(uint64_t Val, EVT VT, bool isT) argument
972 getConstant(const APInt &Val, EVT VT, bool isT) argument
976 getConstant(const ConstantInt &Val, EVT VT, bool isT) argument
1025 getConstantFP(const APFloat& V, EVT VT, bool isTarget) argument
1029 getConstantFP(const ConstantFP& V, EVT VT, bool isTarget) argument
1063 getConstantFP(double Val, EVT VT, bool isTarget) argument
1080 getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, int64_t Offset, bool isTargetGA, unsigned char TargetFlags) argument
1122 getFrameIndex(int FI, EVT VT, bool isTarget) argument
1137 getJumpTable(int JTI, EVT VT, bool isTarget, unsigned char TargetFlags) argument
1157 getConstantPool(const Constant *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument
1184 getConstantPool(MachineConstantPoolValue *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument
1210 getTargetIndex(int Index, EVT VT, int64_t Offset, unsigned char TargetFlags) argument
1242 getValueType(EVT VT) argument
1256 getExternalSymbol(const char *Sym, EVT VT) argument
1264 getTargetExternalSymbol(const char *Sym, EVT VT, unsigned char TargetFlags) argument
1302 getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, SDValue N2, const int *Mask) argument
1392 getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument
1416 getRegister(unsigned RegNo, EVT VT) argument
1460 getBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset, bool isTarget, unsigned char TargetFlags) argument
1530 CreateStackTemporary(EVT VT, unsigned minAlign) argument
1557 FoldSetCC(EVT VT, SDValue N1, SDValue N2, ISD::CondCode Cond, DebugLoc dl) argument
1921 EVT VT = LD->getMemoryVT(); local
1989 EVT VT = cast<VTSDNode>(Op.getOperand(1))->getVT(); local
2127 EVT VT = Op.getValueType(); local
2402 getNode(unsigned Opcode, DebugLoc DL, EVT VT) argument
2419 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue Operand) argument
2683 FoldConstantArithmetic(unsigned Opcode, EVT VT, SDNode *Cst1, SDNode *Cst2) argument
2792 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2) argument
3255 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3) argument
3345 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
3352 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
3384 getMemsetValue(SDValue Value, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
3411 getMemsetStringVal(EVT VT, DebugLoc dl, SelectionDAG &DAG, const TargetLowering &TLI, StringRef Str) argument
3455 EVT VT = Base.getValueType(); local
3501 EVT VT = TLI.getOptimalMemOpType(Size, DstAlign, SrcAlign, local
3648 EVT VT = MemOps[i]; local
3752 EVT VT = MemOps[i]; local
3768 EVT VT = MemOps[i]; local
3834 EVT VT = MemOps[i]; local
4092 EVT VT = Cmp.getValueType(); local
4164 EVT VT = Val.getValueType(); local
4186 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4217 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4363 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4396 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, EVT MemVT, MachineMemOperand *MMO) argument
4443 getLoad(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4456 getExtLoad(ISD::LoadExtType ExtType, DebugLoc dl, EVT VT, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4511 EVT VT = Val.getValueType(); local
4563 EVT VT = Val.getValueType(); local
4627 getVAArg(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue SV, unsigned Align) argument
4635 getNode(unsigned Opcode, DebugLoc DL, EVT VT, const SDUse *Ops, unsigned NumOps) argument
4651 getNode(unsigned Opcode, DebugLoc DL, EVT VT, const SDValue *Ops, unsigned NumOps) argument
4824 getVTList(EVT VT) argument
5031 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT) argument
5037 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1) argument
5044 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1, SDValue Op2) argument
5052 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1, SDValue Op2, SDValue Op3) argument
5060 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, const SDValue *Ops, unsigned NumOps) argument
5249 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT) argument
5255 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1) argument
5262 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1, SDValue Op2) argument
5270 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1, SDValue Op2, SDValue Op3) argument
5278 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, const SDValue *Ops, unsigned NumOps) argument
5408 getTargetExtractSubreg(int SRIdx, DebugLoc DL, EVT VT, SDValue Operand) argument
5419 getTargetInsertSubreg(int SRIdx, DebugLoc DL, EVT VT, SDValue Operand, SDValue Subreg) argument
5893 GlobalAddressSDNode(unsigned Opc, DebugLoc DL, const GlobalValue *GA, EVT VT, int64_t o, unsigned char TF) argument
5946 getValueTypeList(EVT VT) argument
6097 EVT VT = N->getValueType(0); local
6266 EVT VT = getValueType(0); local
6326 isSplatMask(const int *Mask, EVT VT) argument
[all...]
H A DSelectionDAGBuilder.cpp1055 EVT VT = TLI.getValueType(V->getType(), true); local
1058 return DAG.getConstant(*CI, VT);
1061 return DAG.getGlobalAddress(GV, getCurDebugLoc(), VT);
1067 return DAG.getConstantFP(*CFP, VT);
1070 return DAG.getUNDEF(VT);
1110 VT, &Ops[0], Ops.size());
1138 return DAG.getBlockAddress(BA, VT);
1163 VT, &Ops[0], Ops.size());
1231 EVT VT = ValueVTs[j]; local
1243 if (ExtendKind != ISD::ANY_EXTEND && VT
1622 EVT VT = CmpOp.getValueType(); local
1693 EVT VT = SwitchOp.getValueType(); local
1742 EVT VT = SwitchOp.getValueType(); local
1805 MVT VT = BB.RegVT; local
1989 EVT VT = CondLHS.getValueType(); local
2892 EVT VT = TLI.getValueType(I.getType()); local
3520 EVT VT = TLI.getValueType(I.getType()); local
3550 EVT VT = TLI.getValueType(I.getValueOperand()->getType()); local
3647 EVT VT = TLI.getValueType(PTy); local
4915 EVT VT = TLI.getValueType(I.getType()); local
6402 EVT VT = ValueVTs[Value]; local
6470 EVT VT = RetTys[I]; local
6524 EVT VT = RetTys[I]; local
6622 EVT VT = ValueVTs[Value]; local
6700 MVT VT = ValueVTs[0].getSimpleVT(); local
6732 EVT VT = ValueVTs[Val]; local
6865 EVT VT = ValueVTs[vti]; local
[all...]
H A DDAGCombiner.cpp259 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
263 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
333 /// legalization or if the specified VT is legal.
334 bool isTypeLegal(const EVT &VT) { argument
336 return TLI.isTypeLegal(VT);
578 EVT VT = N0.getValueType(); local
583 DAG.FoldConstantArithmetic(Opc, VT,
586 return DAG.getNode(Opc, DL, VT, N0.getOperand(0), OpNode);
590 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT,
593 return DAG.getNode(Opc, DL, VT, OpNod
710 EVT VT = Load->getValueType(0); local
1355 EVT VT = N0.getValueType(); local
1379 EVT VT = N0.getValueType(); local
1549 EVT VT = N0.getValueType(); local
1606 tryFoldToZero(DebugLoc DL, const TargetLowering &TLI, EVT VT, SelectionDAG &DAG, bool LegalOperations) argument
1628 EVT VT = N0.getValueType(); local
1719 EVT VT = N0.getValueType(); local
1764 EVT VT = N0.getValueType(); local
1858 EVT VT = N->getValueType(0); local
1942 EVT VT = N->getValueType(0); local
1994 EVT VT = N->getValueType(0); local
2036 EVT VT = N->getValueType(0); local
2088 EVT VT = N->getValueType(0); local
2126 EVT VT = N->getValueType(0); local
2312 EVT VT = N0.getValueType(); local
2434 EVT VT = N1.getValueType(); local
2532 EVT VT = Vector->getValueType(0); local
3048 EVT VT = N1.getValueType(); local
3222 EVT VT = LHS.getValueType(); local
3372 EVT VT = N0.getValueType(); local
3569 EVT VT = N0.getValueType(); local
3699 EVT VT = N0.getValueType(); local
3844 EVT VT = N0.getValueType(); local
4034 EVT VT = N->getValueType(0); local
4044 EVT VT = N->getValueType(0); local
4054 EVT VT = N->getValueType(0); local
4064 EVT VT = N->getValueType(0); local
4074 EVT VT = N->getValueType(0); local
4089 EVT VT = N->getValueType(0); local
4299 EVT VT = N->getValueType(0); local
4557 EVT VT = N->getValueType(0); local
4829 EVT VT = N->getValueType(0); local
5034 EVT VT = N->getValueType(0); local
5188 EVT VT = N->getValueType(0); local
5298 EVT VT = N->getValueType(0); local
5475 CombineConsecutiveLoads(SDNode *N, EVT VT) argument
5509 EVT VT = N->getValueType(0); local
5657 EVT VT = N->getValueType(0); local
5677 EVT VT = EVT::getVectorVT(*DAG.getContext(), DstEltVT, local
5754 EVT VT = EVT::getVectorVT(*DAG.getContext(), DstEltVT, Ops.size()); local
5763 EVT VT = EVT::getVectorVT(*DAG.getContext(), DstEltVT, local
5801 EVT VT = N->getValueType(0); local
6006 EVT VT = N->getValueType(0); local
6098 EVT VT = N->getValueType(0); local
6163 EVT VT = N->getValueType(0); local
6241 EVT VT = N->getValueType(0); local
6295 EVT VT = N->getValueType(0); local
6309 EVT VT = N->getValueType(0); local
6357 EVT VT = N->getValueType(0); local
6414 EVT VT = N->getValueType(0); local
6458 EVT VT = N->getValueType(0); local
6470 EVT VT = N->getValueType(0); local
6483 EVT VT = N->getValueType(0); local
6516 EVT VT = N->getValueType(0); local
6532 EVT VT = N->getValueType(0); local
6579 EVT VT = N->getValueType(0); local
6624 EVT VT = N->getValueType(0); local
6636 EVT VT = N->getValueType(0); local
6648 EVT VT = N->getValueType(0); local
6660 EVT VT = N->getValueType(0); local
6883 EVT VT; local
6930 EVT VT; local
7146 EVT VT; local
7535 EVT VT = Value.getValueType(); local
7658 EVT VT = LD->getMemoryVT(); local
8450 EVT VT = InVec.getValueType(); local
8669 EVT VT = N->getValueType(0); local
8836 EVT VT = N->getValueType(0); local
9027 EVT VT = N->getValueType(0); local
9221 EVT VT = N->getValueType(0); local
9301 EVT VT = LHSOp.getValueType(); local
9799 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, DebugLoc DL, bool foldBooleans) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp323 MVT::SimpleValueType VT = (MVT::SimpleValueType)i; local
325 // add/sub are legal for all supported vector VT's.
326 setOperationAction(ISD::ADD , VT, Legal);
327 setOperationAction(ISD::SUB , VT, Legal);
330 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Promote);
331 AddPromotedToType (ISD::VECTOR_SHUFFLE, VT, MVT::v16i8);
334 setOperationAction(ISD::AND , VT, Promote);
335 AddPromotedToType (ISD::AND , VT, MVT::v4i32);
336 setOperationAction(ISD::OR , VT, Promote);
337 AddPromotedToType (ISD::OR , VT, MV
1185 EVT VT; local
1472 EVT VT = Op.getOperand(0).getValueType(); local
1498 EVT VT = Op.getValueType(); local
1509 EVT VT = Node->getValueType(0); local
2953 EVT VT = isPPC64 ? MVT::i64 : MVT::i32; local
2984 EVT VT = isPPC64 ? MVT::i64 : MVT::i32; local
3005 EVT VT = PPCSubTarget.isPPC64() ? MVT::i64 : MVT::i32; local
3807 EVT VT = (Size==1) ? MVT::i8 : ((Size==2) ? MVT::i16 : MVT::i32); local
4178 EVT VT = (Size==1) ? MVT::i8 : MVT::i16; local
4796 EVT VT = Op.getValueType(); local
4839 EVT VT = Op.getValueType(); local
4868 EVT VT = Op.getValueType(); local
4898 EVT VT = Op.getValueType(); local
4931 BuildSplatI(int Val, unsigned SplatSize, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
4979 BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
5049 EVT VT = Op.getValueType(); local
5221 EVT VT = OpLHS.getValueType(); local
5238 EVT VT = Op.getValueType(); local
6863 allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const argument
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp6155 ExternalVTableUse VT; local
6156 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(VTableUses[Idx++]));
6157 VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]);
6158 VT.DefinitionRequired = VTableUses[Idx++];
6159 VTables.push_back(VT);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp93 void ARMTargetLowering::addTypeForNEON(MVT VT, MVT PromotedLdStVT, argument
95 if (VT != PromotedLdStVT) {
96 setOperationAction(ISD::LOAD, VT, Promote);
97 AddPromotedToType (ISD::LOAD, VT, PromotedLdStVT);
99 setOperationAction(ISD::STORE, VT, Promote);
100 AddPromotedToType (ISD::STORE, VT, PromotedLdStVT);
103 MVT ElemTy = VT.getVectorElementType();
105 setOperationAction(ISD::SETCC, VT, Custom);
106 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom);
107 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custo
152 addDRTypeForNEON(MVT VT) argument
157 addQRTypeForNEON(MVT VT) argument
1107 EVT VT = N->getValueType(i); local
2966 EVT VT = Op.getValueType(); local
2987 EVT VT = Op.getValueType(); local
3222 EVT VT = Op.getValueType(); local
3241 EVT VT = Op.getValueType(); local
3262 EVT VT = Op.getValueType(); local
3295 EVT VT = Op.getValueType(); local
3321 EVT VT = Op.getValueType(); local
3403 EVT VT = Op.getValueType(); local
3423 EVT VT = Op.getValueType(); local
3480 getZeroVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
3494 EVT VT = Op.getValueType(); local
3530 EVT VT = Op.getValueType(); local
3579 EVT VT = N->getValueType(0); local
3603 EVT VT = N->getValueType(0); local
3625 EVT VT = N->getValueType(0); local
3660 EVT VT = N->getValueType(0); local
3684 EVT VT = N->getValueType(0); local
3699 EVT VT = N->getValueType(0); local
3734 EVT VT = N->getValueType(0); local
3779 EVT VT = Op.getValueType(); local
3904 isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, unsigned SplatBitSize, SelectionDAG &DAG, EVT &VT, bool is128Bits, NEONModImmType type) argument
4090 isSingletonVEXTMask(ArrayRef<int> M, EVT VT, unsigned &Imm) argument
4119 isVEXTMask(ArrayRef<int> M, EVT VT, bool &ReverseVEXT, unsigned &Imm) argument
4158 isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) argument
4184 isVTBLMask(ArrayRef<int> M, EVT VT) argument
4191 isVTRNMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4209 isVTRN_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4224 isVUZPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4247 isVUZP_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4271 isVZIPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4296 isVZIP_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4319 isReverseMask(ArrayRef<int> M, EVT VT) argument
4359 EVT VT = Op.getValueType(); local
4549 EVT VT = Op.getValueType(); local
4769 EVT VT = OpLHS.getValueType(); local
4838 EVT VT = OpLHS.getValueType(); local
4855 EVT VT = Op.getValueType(); local
5051 EVT VT = N->getValueType(0); local
5201 EVT VT = N->getValueType(0); local
5242 EVT VT = Op.getValueType(); local
5381 EVT VT = Op.getValueType(); local
5416 EVT VT = Op.getValueType(); local
5490 EVT VT = Op.getNode()->getValueType(0); local
7504 EVT VT = N->getValueType(0); local
7552 EVT VT = N->getValueType(0); local
7909 EVT VT = N->getValueType(0); local
8009 EVT VT = N->getValueType(0); local
8052 EVT VT = N->getValueType(0); local
8239 EVT VT = N->getValueType(0); local
8350 EVT VT = StVal.getValueType(); local
8508 EVT VT = N->getValueType(0); local
8531 EVT VT = N->getValueType(0); local
8578 EVT VT = N->getValueType(0); local
8742 EVT VT = N->getValueType(0); local
8842 EVT VT = N->getValueType(0); local
8970 isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) argument
8984 isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, bool isIntrinsic, int64_t &Cnt) argument
9025 EVT VT = N->getOperand(1).getValueType(); local
9130 EVT VT = N->getOperand(1).getValueType(); local
9163 EVT VT = N->getValueType(0); local
9219 EVT VT = N->getValueType(0); local
9460 allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const argument
9554 isLegalT1AddressImmediate(int64_t V, EVT VT) argument
9581 isLegalT2AddressImmediate(int64_t V, EVT VT, const ARMSubtarget *Subtarget) argument
9614 isLegalAddressImmediate(int64_t V, EVT VT, const ARMSubtarget *Subtarget) argument
9688 EVT VT = getValueType(Ty, true); local
9774 getARMIndexedAddressParts(SDNode *Ptr, EVT VT, bool isSEXTLoad, SDValue &Base, SDValue &Offset, bool &isInc, SelectionDAG &DAG) argument
9833 getT2IndexedAddressParts(SDNode *Ptr, EVT VT, bool isSEXTLoad, SDValue &Base, SDValue &Offset, bool &isInc, SelectionDAG &DAG) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp58 static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
68 EVT VT = Vec.getValueType(); local
69 assert(VT.is256BitVector() && "Unexpected vector size!");
70 EVT ElVT = VT.getVectorElementType();
71 unsigned Factor = VT.getSizeInBits()/128;
73 VT.getVectorNumElements()/Factor);
112 EVT VT = Vec.getValueType();
113 assert(VT.is128BitVector() && "Unexpected vector size!");
115 EVT ElVT = VT.getVectorElementType();
135 static SDValue Concat128BitVectors(SDValue V1, SDValue V2, EVT VT, argument
362 MVT VT = IntVTs[i]; local
523 MVT VT = IntVTs[i]; local
751 MVT VT = (MVT::SimpleValueType)i; local
924 MVT VT = (MVT::SimpleValueType)i; local
950 MVT VT = (MVT::SimpleValueType)i; local
1226 MVT VT = (MVT::SimpleValueType)i; local
1248 MVT VT = (MVT::SimpleValueType)i; local
1287 MVT VT = IntVTs[i]; local
1473 allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const argument
1744 getTypeForExtArgOrReturn(MVT VT, ISD::NodeType ExtendKind) const argument
2248 EVT VT = getPointerTy(); local
3063 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, SelectionDAG &DAG) argument
3074 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, unsigned TargetMask, SelectionDAG &DAG) argument
3088 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, SDValue V2, unsigned TargetMask, SelectionDAG &DAG) argument
3101 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, SDValue V2, SelectionDAG &DAG) argument
3333 isPSHUFDMask(ArrayRef<int> Mask, EVT VT) argument
3343 isPSHUFHWMask(ArrayRef<int> Mask, EVT VT, bool HasInt256) argument
3372 isPSHUFLWMask(ArrayRef<int> Mask, EVT VT, bool HasInt256) argument
3401 isPALIGNRMask(ArrayRef<int> Mask, EVT VT, const X86Subtarget *Subtarget) argument
3491 isSHUFPMask(ArrayRef<int> Mask, EVT VT, bool HasFp256, bool Commuted = false) argument
3544 isMOVHLPSMask(ArrayRef<int> Mask, EVT VT) argument
3563 isMOVHLPS_v_undef_Mask(ArrayRef<int> Mask, EVT VT) argument
3580 isMOVLPMask(ArrayRef<int> Mask, EVT VT) argument
3602 isMOVLHPSMask(ArrayRef<int> Mask, EVT VT) argument
3628 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
3671 isUNPCKLMask(ArrayRef<int> Mask, EVT VT, bool HasInt256, bool V2IsSplat = false) argument
3710 isUNPCKHMask(ArrayRef<int> Mask, EVT VT, bool HasInt256, bool V2IsSplat = false) argument
3748 isUNPCKL_v_undef_Mask(ArrayRef<int> Mask, EVT VT, bool HasInt256) argument
3791 isUNPCKH_v_undef_Mask(ArrayRef<int> Mask, EVT VT, bool HasInt256) argument
3823 isMOVLMask(ArrayRef<int> Mask, EVT VT) argument
3847 isVPERM2X128Mask(ArrayRef<int> Mask, EVT VT, bool HasFp256) argument
3879 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
3907 isVPERMILPMask(ArrayRef<int> Mask, EVT VT, bool HasFp256) argument
3938 isCommutedMOVLMask(ArrayRef<int> Mask, EVT VT, bool V2IsSplat = false, bool V2IsUndef = false) argument
3962 isMOVSHDUPMask(ArrayRef<int> Mask, EVT VT, const X86Subtarget *Subtarget) argument
3985 isMOVSLDUPMask(ArrayRef<int> Mask, EVT VT, const X86Subtarget *Subtarget) argument
4008 isMOVDDUPYMask(ArrayRef<int> Mask, EVT VT, bool HasFp256) argument
4028 isMOVDDUPMask(ArrayRef<int> Mask, EVT VT) argument
4053 MVT VT = N->getValueType(0).getSimpleVT(); local
4071 MVT VT = N->getValueType(0).getSimpleVT(); local
4082 MVT VT = N->getValueType(0).getSimpleVT(); local
4112 MVT VT = N->getValueType(0).getSimpleVT(); local
4136 MVT VT = N->getValueType(0).getSimpleVT(); local
4160 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
4219 MVT VT = N->getValueType(0).getSimpleVT(); local
4250 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
4272 ShouldXformToMOVHLPS(ArrayRef<int> Mask, EVT VT) argument
4328 ShouldXformToMOVLP(SDNode *V1, SDNode *V2, ArrayRef<int> Mask, EVT VT) argument
4396 getZeroVector(EVT VT, const X86Subtarget *Subtarget, SelectionDAG &DAG, DebugLoc dl) argument
4433 getOnesVector(MVT VT, bool HasInt256, SelectionDAG &DAG, DebugLoc dl) argument
4467 getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, SDValue V2) argument
4478 getUnpackl(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, SDValue V2) argument
4490 getUnpackh(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, SDValue V2) argument
4506 EVT VT = V.getValueType(); local
4524 EVT VT = V.getValueType(); local
4595 EVT VT = V2.getValueType(); local
4609 getTargetShuffleMask(SDNode *N, MVT VT, SmallVectorImpl<int> &Mask, bool &IsUnary) argument
4695 EVT VT = V.getValueType(); local
4963 getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, SelectionDAG &DAG, const TargetLowering &TLI, DebugLoc dl) argument
4977 LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl, SelectionDAG &DAG) const argument
5060 EltsFromConsecutiveLoads(EVT VT, SmallVectorImpl<SDValue> &Elts, DebugLoc &DL, SelectionDAG &DAG) argument
5268 EVT VT = Op.getValueType(); local
5344 MVT VT = Op.getValueType().getSimpleVT(); local
5702 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
6143 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
6191 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
6228 getVZextMovL(MVT VT, EVT OpVT, SDValue SrcOp, SelectionDAG &DAG, const X86Subtarget *Subtarget, DebugLoc dl) argument
6382 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
6726 MVT VT = Op.getValueType().getSimpleVT(); local
6785 MVT VT = Op.getValueType().getSimpleVT(); local
7096 MVT VT = Op.getValueType().getSimpleVT(); local
7191 MVT VT = Op.getValueType().getSimpleVT(); local
7249 MVT VT = Op.getValueType().getSimpleVT(); local
7303 MVT VT = Op.getValueType().getSimpleVT(); local
7909 EVT VT = Op.getValueType(); local
8359 MVT VT = Op->getValueType(0).getSimpleVT(); local
8412 MVT VT = Op.getValueType().getSimpleVT(); local
8444 MVT VT = Op.getValueType().getSimpleVT(); local
8561 MVT VT = Op.getValueType().getSimpleVT(); local
8605 MVT VT = Op.getValueType().getSimpleVT(); local
8619 MVT VT = Op.getValueType().getSimpleVT(); local
8653 MVT VT = Op.getValueType().getSimpleVT(); local
8690 MVT VT = Op.getValueType().getSimpleVT(); local
8767 MVT VT = Op.getValueType().getSimpleVT(); local
8792 EVT VT = MVT::Other; local
9038 EVT VT = Op.getValueType(); local
9213 MVT VT = Op.getValueType().getSimpleVT(); local
9246 MVT VT = Op.getValueType().getSimpleVT(); local
9396 MVT VT = Op.getValueType().getSimpleVT(); local
9573 MVT VT = Op.getValueType().getSimpleVT(); local
9684 MVT VT = Op->getValueType(0).getSimpleVT(); local
10231 getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue SrcOp, SDValue ShAmt, SelectionDAG &DAG) argument
10979 EVT VT = Op.getValueType(); local
11213 EVT VT = Op.getValueType(); local
11257 EVT VT = Op.getValueType(); local
11291 EVT VT = Op.getValueType(); local
11316 EVT VT = Op.getValueType(); local
11338 EVT VT = Op.getValueType(); local
11381 EVT VT = Op.getValueType(); local
11452 EVT VT = Op.getValueType(); local
11496 EVT VT = Op.getValueType(); local
11789 EVT VT = Op.getValueType(); local
12011 EVT VT = cast<AtomicSDNode>(Node)->getMemoryVT(); local
12034 EVT VT = Op.getNode()->getValueType(0); local
12186 EVT VT = cast<AtomicSDNode>(Node)->getMemoryVT(); local
12254 EVT VT = N->getValueType(0); local
12782 getCmpXChgOpcode(EVT VT) argument
12795 getLoadOpcode(EVT VT) argument
12888 getPseudoCMOVOpc(EVT VT) argument
12954 MVT::SimpleValueType VT = *RC->vt_begin(); local
14750 EVT VT = SVOp->getValueType(0); local
14766 EVT VT = SVOp->getValueType(0); local
14786 EVT VT = SVOp->getValueType(0); local
14878 EVT VT = N->getValueType(0); local
15105 matchIntegerMINMAX(SDValue Cond, EVT VT, SDValue LHS, SDValue RHS, SelectionDAG &DAG, const X86Subtarget *Subtarget) argument
15184 EVT VT = LHS.getValueType(); local
15879 EVT VT = N0.getValueType(); local
15923 EVT VT = N->getValueType(0); local
16066 EVT VT = CMP00.getValueType(); local
16123 EVT VT = N->getValueType(0); local
16157 EVT VT = N->getValueType(0); local
16235 EVT VT = N->getValueType(0); local
16303 EVT VT = N->getValueType(0); local
16448 EVT VT = N->getValueType(0); local
16485 EVT VT = N->getValueType(0); local
16721 EVT VT = St->getValue().getValueType(); local
17078 EVT VT = N->getValueType(0); local
17093 EVT VT = N->getValueType(0); local
17178 EVT VT = N->getValueType(0), OpVT = Op.getValueType(); local
17189 EVT VT = N->getValueType(0); local
17244 EVT VT = N->getValueType(0); local
17290 EVT VT = N->getValueType(0); local
17435 EVT VT = Ld->getValueType(0); local
17461 EVT VT = N->getValueType(0); local
17517 EVT VT = N->getValueType(0); local
17544 EVT VT = Op0.getValueType(); local
17554 EVT VT = N->getValueType(0); local
17673 EVT VT = Op.getValueType(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 506 milliseconds

1234