Searched refs:VT (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Utils/
H A DX86ShuffleDecode.h38 void DecodePSHUFMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask);
40 void DecodePSHUFHWMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask);
44 /// DecodeSHUFPMask - This decodes the shuffle masks for shufp*. VT indicates
47 void DecodeSHUFPMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask);
50 /// and punpckh*. VT indicates the type of the vector allowing it to handle
52 void DecodeUNPCKHMask(MVT VT, SmallVectorImpl<int> &ShuffleMask);
55 /// and punpckl*. VT indicates the type of the vector allowing it to handle
57 void DecodeUNPCKLMask(MVT VT, SmallVectorImpl<int> &ShuffleMask);
60 void DecodeVPERM2X128Mask(MVT VT, unsigned Imm,
64 /// No VT provide
[all...]
H A DX86ShuffleDecode.cpp65 /// VT indicates the type of the vector allowing it to handle different
67 void DecodePSHUFMask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask) { argument
68 unsigned NumElts = VT.getVectorNumElements();
70 unsigned NumLanes = VT.getSizeInBits() / 128;
83 void DecodePSHUFHWMask(MVT VT, unsigned Imm, argument
85 unsigned NumElts = VT.getVectorNumElements();
99 void DecodePSHUFLWMask(MVT VT, unsigned Imm, argument
101 unsigned NumElts = VT.getVectorNumElements();
115 /// DecodeSHUFPMask - This decodes the shuffle masks for shufp*. VT indicates
118 void DecodeSHUFPMask(MVT VT, unsigne argument
140 DecodeUNPCKHMask(MVT VT, SmallVectorImpl<int> &ShuffleMask) argument
160 DecodeUNPCKLMask(MVT VT, SmallVectorImpl<int> &ShuffleMask) argument
177 DecodeVPERM2X128Mask(MVT VT, unsigned Imm, SmallVectorImpl<int> &ShuffleMask) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLowering.h187 virtual EVT getSetCCResultType(EVT VT) const;
222 virtual const TargetRegisterClass *getRegClassFor(EVT VT) const {
223 assert(VT.isSimple() && "getRegClassFor called on illegal type!");
224 const TargetRegisterClass *RC = RegClassForVT[VT.getSimpleVT().SimpleTy];
234 virtual const TargetRegisterClass *getRepRegClassFor(EVT VT) const {
235 assert(VT.isSimple() && "getRepRegClassFor called on illegal type!");
236 const TargetRegisterClass *RC = RepRegClassForVT[VT.getSimpleVT().SimpleTy];
242 virtual uint8_t getRepRegClassCostFor(EVT VT) const {
243 assert(VT.isSimple() && "getRepRegClassCostFor called on illegal type!");
244 return RepRegClassCostForVT[VT
270 setTypeAction(EVT VT, LegalizeTypeAction Action) argument
1099 addRegisterClass(EVT VT, const TargetRegisterClass *RC) argument
1116 setOperationAction(unsigned Op, MVT VT, LegalizeAction Action) argument
[all...]
H A DTargetCallingConv.h113 MVT VT; member in struct:llvm::ISD::InputArg
124 InputArg() : VT(MVT::Other), Used(false) {}
128 VT = vt.getSimpleVT();
138 MVT VT; member in struct:llvm::ISD::OutputArg
146 VT = vt.getSimpleVT();
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DCallingConvLower.cpp72 MVT ArgVT = Ins[i].VT;
90 MVT VT = Outs[i].VT; local
92 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this))
104 MVT VT = Outs[i].VT; local
106 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) {
109 << EVT(VT)
158 MVT VT = Ins[i].VT; local
172 AnalyzeCallResult(MVT VT, CCAssignFn Fn) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp62 static const fltSemantics *EVTToAPFloatSemantics(EVT VT) { argument
63 switch (VT.getSimpleVT().SimpleTy) {
90 bool ConstantFPSDNode::isValueValidForType(EVT VT, argument
92 assert(VT.isFloatingPoint() && "Can only convert between FP types");
95 if (VT == MVT::ppcf128 ||
102 (void) Val2.convert(*EVTToAPFloatSemantics(VT), APFloat::rmNearestTiesToEven,
688 EVT VT = cast<VTSDNode>(N)->getVT(); local
689 if (VT.isExtended()) {
690 Erased = ExtendedValueTypeNodes.erase(VT);
692 Erased = ValueTypeNodes[VT
808 EVT VT = N->getValueType(0); local
938 getAnyExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) argument
944 getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) argument
950 getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) argument
956 getZeroExtendInReg(SDValue Op, DebugLoc DL, EVT VT) argument
970 getNOT(DebugLoc DL, SDValue Val, EVT VT) argument
977 getConstant(uint64_t Val, EVT VT, bool isT) argument
985 getConstant(const APInt &Val, EVT VT, bool isT) argument
989 getConstant(const ConstantInt &Val, EVT VT, bool isT) argument
1038 getConstantFP(const APFloat& V, EVT VT, bool isTarget) argument
1042 getConstantFP(const ConstantFP& V, EVT VT, bool isTarget) argument
1076 getConstantFP(double Val, EVT VT, bool isTarget) argument
1092 getGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, int64_t Offset, bool isTargetGA, unsigned char TargetFlags) argument
1134 getFrameIndex(int FI, EVT VT, bool isTarget) argument
1149 getJumpTable(int JTI, EVT VT, bool isTarget, unsigned char TargetFlags) argument
1169 getConstantPool(const Constant *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument
1196 getConstantPool(MachineConstantPoolValue *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument
1222 getTargetIndex(int Index, EVT VT, int64_t Offset, unsigned char TargetFlags) argument
1254 getValueType(EVT VT) argument
1268 getExternalSymbol(const char *Sym, EVT VT) argument
1276 getTargetExternalSymbol(const char *Sym, EVT VT, unsigned char TargetFlags) argument
1314 getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, SDValue N2, const int *Mask) argument
1404 getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy, SDValue STy, SDValue Rnd, SDValue Sat, ISD::CvtCode Code) argument
1428 getRegister(unsigned RegNo, EVT VT) argument
1472 getBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset, bool isTarget, unsigned char TargetFlags) argument
1542 CreateStackTemporary(EVT VT, unsigned minAlign) argument
1569 FoldSetCC(EVT VT, SDValue N1, SDValue N2, ISD::CondCode Cond, DebugLoc dl) argument
1937 EVT VT = LD->getMemoryVT(); local
2005 EVT VT = cast<VTSDNode>(Op.getOperand(1))->getVT(); local
2143 EVT VT = Op.getValueType(); local
2418 getNode(unsigned Opcode, DebugLoc DL, EVT VT) argument
2435 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue Operand) argument
2702 FoldConstantArithmetic(unsigned Opcode, EVT VT, ConstantSDNode *Cst1, ConstantSDNode *Cst2) argument
2738 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2) argument
3201 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3) argument
3291 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
3298 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
3341 getMemsetValue(SDValue Value, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
3367 getMemsetStringVal(EVT VT, DebugLoc dl, SelectionDAG &DAG, const TargetLowering &TLI, StringRef Str) argument
3405 EVT VT = Base.getValueType(); local
3449 EVT VT = TLI.getOptimalMemOpType(Size, DstAlign, SrcAlign, local
3555 EVT VT = MemOps[i]; local
3646 EVT VT = MemOps[i]; local
3662 EVT VT = MemOps[i]; local
3727 EVT VT = MemOps[i]; local
3974 EVT VT = Cmp.getValueType(); local
4046 EVT VT = Val.getValueType(); local
4068 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4099 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4245 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
4278 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, EVT MemVT, MachineMemOperand *MMO) argument
4325 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
4338 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
4393 EVT VT = Val.getValueType(); local
4445 EVT VT = Val.getValueType(); local
4509 getVAArg(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue SV, unsigned Align) argument
4517 getNode(unsigned Opcode, DebugLoc DL, EVT VT, const SDUse *Ops, unsigned NumOps) argument
4533 getNode(unsigned Opcode, DebugLoc DL, EVT VT, const SDValue *Ops, unsigned NumOps) argument
4706 getVTList(EVT VT) argument
4913 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT) argument
4919 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1) argument
4926 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1, SDValue Op2) argument
4934 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1, SDValue Op2, SDValue Op3) argument
4942 SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, const SDValue *Ops, unsigned NumOps) argument
5131 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT) argument
5137 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1) argument
5144 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1, SDValue Op2) argument
5152 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1, SDValue Op2, SDValue Op3) argument
5160 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, const SDValue *Ops, unsigned NumOps) argument
5290 getTargetExtractSubreg(int SRIdx, DebugLoc DL, EVT VT, SDValue Operand) argument
5301 getTargetInsertSubreg(int SRIdx, DebugLoc DL, EVT VT, SDValue Operand, SDValue Subreg) argument
5775 GlobalAddressSDNode(unsigned Opc, DebugLoc DL, const GlobalValue *GA, EVT VT, int64_t o, unsigned char TF) argument
5828 getValueTypeList(EVT VT) argument
5979 EVT VT = N->getValueType(0); local
6148 EVT VT = getValueType(0); local
6208 isSplatMask(const int *Mask, EVT VT) argument
[all...]
H A DDAGCombiner.cpp258 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
262 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
326 /// legalization or if the specified VT is legal.
327 bool isTypeLegal(const EVT &VT) { argument
329 return TLI.isTypeLegal(VT);
575 EVT VT = N0.getValueType(); local
580 DAG.FoldConstantArithmetic(Opc, VT,
583 return DAG.getNode(Opc, DL, VT, N0.getOperand(0), OpNode);
587 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT,
590 return DAG.getNode(Opc, DL, VT, OpNod
707 EVT VT = Load->getValueType(0); local
1352 EVT VT = N0.getValueType(); local
1376 EVT VT = N0.getValueType(); local
1540 EVT VT = N0.getValueType(); local
1597 tryFoldToZero(DebugLoc DL, const TargetLowering &TLI, EVT VT, SelectionDAG &DAG, bool LegalOperations) argument
1619 EVT VT = N0.getValueType(); local
1706 EVT VT = N0.getValueType(); local
1751 EVT VT = N0.getValueType(); local
1845 EVT VT = N->getValueType(0); local
1929 EVT VT = N->getValueType(0); local
1981 EVT VT = N->getValueType(0); local
2023 EVT VT = N->getValueType(0); local
2075 EVT VT = N->getValueType(0); local
2113 EVT VT = N->getValueType(0); local
2299 EVT VT = N0.getValueType(); local
2421 EVT VT = N1.getValueType(); local
2507 EVT VT = Vector->getValueType(0); local
3020 EVT VT = N1.getValueType(); local
3179 EVT VT = LHS.getValueType(); local
3329 EVT VT = N0.getValueType(); local
3519 EVT VT = N0.getValueType(); local
3649 EVT VT = N0.getValueType(); local
3794 EVT VT = N0.getValueType(); local
3984 EVT VT = N->getValueType(0); local
3994 EVT VT = N->getValueType(0); local
4004 EVT VT = N->getValueType(0); local
4014 EVT VT = N->getValueType(0); local
4024 EVT VT = N->getValueType(0); local
4039 EVT VT = N->getValueType(0); local
4249 EVT VT = N->getValueType(0); local
4507 EVT VT = N->getValueType(0); local
4779 EVT VT = N->getValueType(0); local
4984 EVT VT = N->getValueType(0); local
5117 EVT VT = N->getValueType(0); local
5226 EVT VT = N->getValueType(0); local
5329 CombineConsecutiveLoads(SDNode *N, EVT VT) argument
5363 EVT VT = N->getValueType(0); local
5511 EVT VT = N->getValueType(0); local
5531 EVT VT = EVT::getVectorVT(*DAG.getContext(), DstEltVT, local
5608 EVT VT = EVT::getVectorVT(*DAG.getContext(), DstEltVT, Ops.size()); local
5617 EVT VT = EVT::getVectorVT(*DAG.getContext(), DstEltVT, local
5655 EVT VT = N->getValueType(0); local
5841 EVT VT = N->getValueType(0); local
5933 EVT VT = N->getValueType(0); local
5998 EVT VT = N->getValueType(0); local
6070 EVT VT = N->getValueType(0); local
6124 EVT VT = N->getValueType(0); local
6138 EVT VT = N->getValueType(0); local
6186 EVT VT = N->getValueType(0); local
6243 EVT VT = N->getValueType(0); local
6287 EVT VT = N->getValueType(0); local
6299 EVT VT = N->getValueType(0); local
6312 EVT VT = N->getValueType(0); local
6345 EVT VT = N->getValueType(0); local
6361 EVT VT = N->getValueType(0); local
6408 EVT VT = N->getValueType(0); local
6453 EVT VT = N->getValueType(0); local
6465 EVT VT = N->getValueType(0); local
6477 EVT VT = N->getValueType(0); local
6489 EVT VT = N->getValueType(0); local
6705 EVT VT; local
6752 EVT VT; local
6879 EVT VT; local
7265 EVT VT = Value.getValueType(); local
7387 EVT VT = LD->getMemoryVT(); local
8092 EVT VT = InVec.getValueType(); local
8301 EVT VT = N->getValueType(0); local
8570 EVT VT = N->getValueType(0); local
8764 EVT VT = N->getValueType(0); local
8849 EVT VT = LHSOp.getValueType(); local
9346 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, DebugLoc DL, bool foldBooleans) argument
[all...]
H A DLegalizeDAG.cpp89 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl,
93 void LegalizeSetCCCondCode(EVT VT, SDValue &LHS, SDValue &RHS, SDValue &CC,
181 SelectionDAGLegalize::ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl, argument
184 unsigned NumMaskElts = VT.getVectorNumElements();
255 EVT VT = CFP->getValueType(0); local
258 assert((VT == MVT::f64 || VT == MVT::f32) && "Invalid type expansion");
260 (VT == MVT::f64) ? MVT::i64 : MVT::i32);
263 EVT OrigVT = VT;
264 EVT SVT = VT;
305 EVT VT = Val.getValueType(); local
426 EVT VT = LD->getValueType(0); local
581 EVT VT = Tmp1.getValueType(); local
713 EVT VT = Value.getValueType(); local
[all...]
H A DTargetLowering.cpp527 for (unsigned VT = 0; VT != (unsigned)MVT::LAST_VALUETYPE; ++VT) {
531 setIndexedLoadAction(IM, (MVT::SimpleValueType)VT, Expand);
532 setIndexedStoreAction(IM, (MVT::SimpleValueType)VT, Expand);
536 setOperationAction(ISD::FGETSIGN, (MVT::SimpleValueType)VT, Expand);
537 setOperationAction(ISD::CONCAT_VECTORS, (MVT::SimpleValueType)VT, Expand);
637 /// VT must be a legal type.
638 bool TargetLowering::canOpTrap(unsigned Op, EVT VT) const {
639 assert(isTypeLegal(VT));
654 getVectorTypeBreakdownMVT(MVT VT, MVT &IntermediateVT, unsigned &NumIntermediates, EVT &RegisterVT, TargetLowering *TLI) argument
822 MVT VT = (MVT::SimpleValueType)i; local
925 getVectorTypeBreakdown(LLVMContext &Context, EVT VT, EVT &IntermediateVT, unsigned &NumIntermediates, EVT &RegisterVT) const argument
1002 EVT VT = ValueVTs[j]; local
1128 EVT VT = Op.getValueType(); local
1356 EVT VT = Op.getValueType(); local
1371 EVT VT = Op.getValueType(); local
1447 EVT VT = Op.getValueType(); local
1486 EVT VT = Op.getValueType(); local
1539 EVT VT = Op.getValueType(); local
1774 EVT VT = cast<VTSDNode>(Op.getOperand(1))->getVT(); local
1910 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, bool foldBooleans, DAGCombinerInfo &DCI, DebugLoc dl) const argument
3328 EVT VT = N->getValueType(0); local
3388 EVT VT = N->getValueType(0); local
[all...]
H A DFastISel.cpp131 MVT VT = RealVT.getSimpleVT();
132 if (!TLI.isTypeLegal(VT)) {
134 if (VT == MVT::i1 || VT == MVT::i8 || VT == MVT::i16)
135 VT = TLI.getTypeToTransformTo(V->getContext(), VT).getSimpleVT();
156 Reg = materializeRegForValue(V, VT);
166 unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) { argument
171 Reg = FastEmit_i(VT, V
341 EVT VT = EVT::getEVT(I->getType(), /*HandleUnknown=*/true); local
462 MVT VT = TLI.getPointerTy(); local
862 EVT VT = TLI.getValueType(I->getType()); local
1124 FastEmit_ri_(MVT VT, unsigned Opcode, unsigned Op0, bool Op0IsKill, uint64_t Imm, MVT ImmType) argument
1399 FastEmitZExtFromI1(MVT VT, unsigned Op0, bool Op0IsKill) argument
1443 EVT VT = TLI.getValueType(PN->getType(), /*AllowUnknown=*/true); local
[all...]
H A DLegalizeVectorOps.cpp294 EVT VT = Op.getValueType(); local
297 EVT NVT = TLI.getTypeToPromoteTo(Op.getOpcode(), VT);
310 return DAG.getNode(ISD::BITCAST, dl, VT, Op);
316 EVT VT = Op.getOperand(0).getValueType(); local
327 unsigned NumElts = VT.getVectorNumElements();
328 EVT EltVT = VT.getVectorElementType();
446 EVT VT = Op.getValueType(); local
453 assert(VT.isVector() && !Mask.getValueType().isVector()
456 unsigned NumElem = VT.getVectorNumElements();
463 if (TLI.getOperationAction(ISD::AND, VT)
505 EVT VT = Op.getOperand(0).getValueType(); local
545 EVT VT = Op.getOperand(0).getValueType(); local
594 EVT VT = Op.getValueType(); local
[all...]
H A DResourcePriorityQueue.cpp97 EVT VT = ScegN->getValueType(i); local
98 if (TLI->isTypeLegal(VT)
99 && (TLI->getRegClassFor(VT)->getID() == RCId)) {
135 EVT VT = Op.getNode()->getValueType(Op.getResNo()); local
136 if (TLI->isTypeLegal(VT)
137 && (TLI->getRegClassFor(VT)->getID() == RCId)) {
335 EVT VT = SU->getNode()->getValueType(i); local
336 if (TLI->isTypeLegal(VT)
337 && TLI->getRegClassFor(VT)
338 && TLI->getRegClassFor(VT)
344 EVT VT = Op.getNode()->getValueType(Op.getResNo()); local
488 EVT VT = ScegN->getValueType(i); local
499 EVT VT = Op.getNode()->getValueType(Op.getResNo()); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h356 SDVTList getVTList(EVT VT);
365 SDValue getConstant(uint64_t Val, EVT VT, bool isTarget = false);
366 SDValue getConstant(const APInt &Val, EVT VT, bool isTarget = false);
367 SDValue getConstant(const ConstantInt &Val, EVT VT, bool isTarget = false);
369 SDValue getTargetConstant(uint64_t Val, EVT VT) { argument
370 return getConstant(Val, VT, true);
372 SDValue getTargetConstant(const APInt &Val, EVT VT) { argument
373 return getConstant(Val, VT, true);
375 SDValue getTargetConstant(const ConstantInt &Val, EVT VT) { argument
376 return getConstant(Val, VT, tru
383 getTargetConstantFP(double Val, EVT VT) argument
386 getTargetConstantFP(const APFloat& Val, EVT VT) argument
389 getTargetConstantFP(const ConstantFP &Val, EVT VT) argument
395 getTargetGlobalAddress(const GlobalValue *GV, DebugLoc DL, EVT VT, int64_t offset = 0, unsigned char TargetFlags = 0) argument
401 getTargetFrameIndex(int FI, EVT VT) argument
406 getTargetJumpTable(int JTI, EVT VT, unsigned char TargetFlags = 0) argument
412 getTargetConstantPool(const Constant *C, EVT VT, unsigned Align = 0, int Offset = 0, unsigned char TargetFlags = 0) argument
420 getTargetConstantPool(MachineConstantPoolValue *C, EVT VT, unsigned Align = 0, int Offset = 0, unsigned char TargetFlags=0) argument
442 getTargetBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset = 0, unsigned char TargetFlags = 0) argument
471 getCopyFromReg(SDValue Chain, DebugLoc dl, unsigned Reg, EVT VT) argument
480 getCopyFromReg(SDValue Chain, DebugLoc dl, unsigned Reg, EVT VT, SDValue Glue) argument
546 getUNDEF(EVT VT) argument
552 getGLOBAL_OFFSET_TABLE(EVT VT) argument
614 getSetCC(DebugLoc DL, EVT VT, SDValue LHS, SDValue RHS, ISD::CondCode Cond) argument
[all...]
H A DFastISel.h163 virtual unsigned FastEmit_(MVT VT,
171 virtual unsigned FastEmit_r(MVT VT,
180 virtual unsigned FastEmit_rr(MVT VT,
190 virtual unsigned FastEmit_ri(MVT VT,
200 virtual unsigned FastEmit_rf(MVT VT,
210 virtual unsigned FastEmit_rri(MVT VT,
221 unsigned FastEmit_ri_(MVT VT,
229 virtual unsigned FastEmit_i(MVT VT,
237 virtual unsigned FastEmit_f(MVT VT,
333 unsigned FastEmitZExtFromI1(MVT VT,
[all...]
H A DValueTypes.h428 static MVT getVectorVT(MVT VT, unsigned NumElements) { argument
429 switch (VT.SimpleTy) {
498 bool operator==(EVT VT) const {
499 return !(*this != VT);
501 bool operator!=(EVT VT) const {
502 if (V.SimpleTy != VT.V.SimpleTy)
505 return LLVMTy != VT.LLVMTy;
526 /// length, where each element is of type VT.
527 static EVT getVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements) { argument
528 MVT M = MVT::getVectorVT(VT
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonCallingConvLower.cpp81 EVT ArgVT = Ins[i].VT;
117 EVT VT = Outs[i].VT; local
119 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this, -1, -1, false)){
121 << VT.getEVTString() << "\n";
147 EVT ArgVT = Outs[i].VT;
185 EVT VT = Ins[i].VT; local
187 if (Fn(i, VT, V
197 AnalyzeCallResult(EVT VT, Hexagon_CCAssignFn Fn) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/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);
107 EVT VT = Vec.getValueType();
108 assert(VT.is128BitVector() && "Unexpected vector size!");
110 EVT ElVT = VT.getVectorElementType();
130 static SDValue Concat128BitVectors(SDValue V1, SDValue V2, EVT VT, argument
355 MVT VT = IntVTs[i]; local
502 MVT VT = IntVTs[i]; local
888 MVT VT = (MVT::SimpleValueType)i; local
914 MVT VT = (MVT::SimpleValueType)i; local
1142 MVT VT = (MVT::SimpleValueType)i; local
1164 MVT VT = (MVT::SimpleValueType)i; local
1204 MVT VT = IntVTs[i]; local
1647 getTypeForExtArgOrReturn(LLVMContext &Context, EVT VT, ISD::NodeType ExtendKind) const argument
2149 EVT VT = getPointerTy(); local
2170 EVT VT = Is64Bit ? MVT::i64 : MVT::i32; local
2957 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, SelectionDAG &DAG) argument
2968 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, unsigned TargetMask, SelectionDAG &DAG) argument
2982 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, SDValue V2, unsigned TargetMask, SelectionDAG &DAG) argument
2995 getTargetShuffleNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue V1, SDValue V2, SelectionDAG &DAG) argument
3228 isPSHUFDMask(ArrayRef<int> Mask, EVT VT) argument
3238 isPSHUFHWMask(ArrayRef<int> Mask, EVT VT, bool HasAVX2) argument
3267 isPSHUFLWMask(ArrayRef<int> Mask, EVT VT, bool HasAVX2) argument
3296 isPALIGNRMask(ArrayRef<int> Mask, EVT VT, const X86Subtarget *Subtarget) argument
3386 isSHUFPMask(ArrayRef<int> Mask, EVT VT, bool HasAVX, bool Commuted = false) argument
3439 isMOVHLPSMask(ArrayRef<int> Mask, EVT VT) argument
3458 isMOVHLPS_v_undef_Mask(ArrayRef<int> Mask, EVT VT) argument
3475 isMOVLPMask(ArrayRef<int> Mask, EVT VT) argument
3497 isMOVLHPSMask(ArrayRef<int> Mask, EVT VT) argument
3523 EVT VT = SVOp->getValueType(0); local
3566 isUNPCKLMask(ArrayRef<int> Mask, EVT VT, bool HasAVX2, bool V2IsSplat = false) argument
3605 isUNPCKHMask(ArrayRef<int> Mask, EVT VT, bool HasAVX2, bool V2IsSplat = false) argument
3643 isUNPCKL_v_undef_Mask(ArrayRef<int> Mask, EVT VT, bool HasAVX2) argument
3686 isUNPCKH_v_undef_Mask(ArrayRef<int> Mask, EVT VT, bool HasAVX2) argument
3718 isMOVLMask(ArrayRef<int> Mask, EVT VT) argument
3742 isVPERM2X128Mask(ArrayRef<int> Mask, EVT VT, bool HasAVX) argument
3774 EVT VT = SVOp->getValueType(0); local
3802 isVPERMILPMask(ArrayRef<int> Mask, EVT VT, bool HasAVX) argument
3833 isCommutedMOVLMask(ArrayRef<int> Mask, EVT VT, bool V2IsSplat = false, bool V2IsUndef = false) argument
3857 isMOVSHDUPMask(ArrayRef<int> Mask, EVT VT, const X86Subtarget *Subtarget) argument
3880 isMOVSLDUPMask(ArrayRef<int> Mask, EVT VT, const X86Subtarget *Subtarget) argument
3903 isMOVDDUPYMask(ArrayRef<int> Mask, EVT VT, bool HasAVX) argument
3923 isMOVDDUPMask(ArrayRef<int> Mask, EVT VT) argument
3979 EVT VT = N->getValueType(0); local
4009 EVT VT = N->getValueType(0); local
4033 EVT VT = N->getValueType(0); local
4057 EVT VT = SVOp->getValueType(0); local
4116 EVT VT = N->getValueType(0); local
4146 EVT VT = SVOp->getValueType(0); local
4168 ShouldXformToMOVHLPS(ArrayRef<int> Mask, EVT VT) argument
4224 ShouldXformToMOVLP(SDNode *V1, SDNode *V2, ArrayRef<int> Mask, EVT VT) argument
4292 getZeroVector(EVT VT, const X86Subtarget *Subtarget, SelectionDAG &DAG, DebugLoc dl) argument
4330 getOnesVector(EVT VT, bool HasAVX2, SelectionDAG &DAG, DebugLoc dl) argument
4365 getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, SDValue V2) argument
4376 getUnpackl(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, SDValue V2) argument
4388 getUnpackh(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, SDValue V2) argument
4404 EVT VT = V.getValueType(); local
4422 EVT VT = V.getValueType(); local
4494 EVT VT = V2.getValueType(); local
4508 getTargetShuffleMask(SDNode *N, MVT VT, SmallVectorImpl<int> &Mask, bool &IsUnary) argument
4591 EVT VT = V.getValueType(); local
4860 getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, SelectionDAG &DAG, const TargetLowering &TLI, DebugLoc dl) argument
4874 LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl, SelectionDAG &DAG) const argument
4957 EltsFromConsecutiveLoads(EVT VT, SmallVectorImpl<SDValue> &Elts, DebugLoc &DL, SelectionDAG &DAG) argument
5170 EVT VT = Op.getValueType(); local
5247 EVT VT = Op.getValueType(); local
5604 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
6047 EVT VT = SVOp->getValueType(0); local
6095 MVT VT = SVOp->getValueType(0).getSimpleVT(); local
6131 getVZextMovL(EVT VT, EVT OpVT, SDValue SrcOp, SelectionDAG &DAG, const X86Subtarget *Subtarget, DebugLoc dl) argument
6285 EVT VT = SVOp->getValueType(0); local
6934 EVT VT = Op.getValueType(); local
7030 EVT VT = Op.getValueType(); local
7090 EVT VT = Op.getValueType(); local
7144 EVT VT = Op.getValueType(); local
7752 EVT VT = Op.getValueType(); local
8219 EVT VT = Op.getValueType(); local
8251 EVT VT = Op.getValueType(); local
8286 EVT VT = Op.getValueType(); local
8357 EVT VT = Op.getValueType(); local
8381 EVT VT = MVT::Other; local
8627 EVT VT = Op.getValueType(); local
8841 EVT VT = Op.getValueType(); local
8874 EVT VT = Op.getValueType(); local
9129 EVT VT = Op.getValueType(); local
9723 getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT, SDValue SrcOp, SDValue ShAmt, SelectionDAG &DAG) argument
10363 EVT VT = Op.getValueType(); local
10581 EVT VT = Op.getValueType(); local
10627 EVT VT = Op.getValueType(); local
10661 EVT VT = Op.getValueType(); local
10686 EVT VT = Op.getValueType(); local
10708 EVT VT = Op.getValueType(); local
10750 EVT VT = Op.getValueType(); local
10800 EVT VT = Op.getValueType(); local
11103 EVT VT = Op.getValueType(); local
11327 EVT VT = cast<AtomicSDNode>(Node)->getMemoryVT(); local
11350 EVT VT = Op.getNode()->getValueType(0); local
11456 EVT VT = cast<AtomicSDNode>(Node)->getMemoryVT(); local
11523 EVT VT = N->getValueType(0); local
11945 getCmpXChgOpcode(EVT VT) argument
11958 getLoadOpcode(EVT VT) argument
12051 getPseudoCMOVOpc(EVT VT) argument
12114 MVT::SimpleValueType VT = *RC->vt_begin(); local
13574 EVT VT = SVOp->getValueType(0); local
13590 EVT VT = SVOp->getValueType(0); local
13610 EVT VT = SVOp->getValueType(0); local
13690 EVT VT = N->getValueType(0); local
14033 EVT VT = LHS.getValueType(); local
14668 EVT VT = N0.getValueType(); local
14713 EVT VT = N->getValueType(0); local
14857 EVT VT = CMP00.getValueType(); local
14915 EVT VT = N->getValueType(0); local
15167 EVT VT = N->getValueType(0); local
15362 EVT VT = St->getValue().getValueType(); local
15713 EVT VT = N->getValueType(0); local
15728 EVT VT = N->getValueType(0); local
15814 EVT VT = N->getValueType(0), OpVT = Op.getValueType(); local
15881 EVT VT = N->getValueType(0); local
15927 EVT VT = N->getValueType(0); local
16096 EVT VT = Ld->getValueType(0); local
16111 EVT VT = N->getValueType(0); local
16136 EVT VT = N->getValueType(0); local
16192 EVT VT = N->getValueType(0); local
16219 EVT VT = Op0.getValueType(); local
16229 EVT VT = N->getValueType(0); local
16332 EVT VT = Op.getValueType(); local
[all...]
H A DX86FastISel.cpp81 bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT);
83 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &RR);
85 bool X86FastEmitStore(EVT VT, const Value *Val, const X86AddressMode &AM);
86 bool X86FastEmitStore(EVT VT, unsigned Val, const X86AddressMode &AM);
135 bool isScalarFPTypeInSSEReg(EVT VT) const {
136 return (VT == MVT::f64 && X86ScalarSSEf64) || // f64 is when SSE2
137 (VT == MVT::f32 && X86ScalarSSEf32); // f32 is when SSE1
140 bool isTypeLegal(Type *Ty, MVT &VT, bool AllowI1 = false);
150 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) { argument
156 VT
178 X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &ResultReg) argument
237 X86FastEmitStore(EVT VT, unsigned Val, const X86AddressMode &AM) argument
282 X86FastEmitStore(EVT VT, const Value *Val, const X86AddressMode &AM) argument
854 X86ChooseCmpOpcode(EVT VT, const X86Subtarget *Subtarget) argument
875 X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) argument
891 X86FastEmitCompare(const Value *Op0, const Value *Op1, EVT VT) argument
927 MVT VT; local
1044 EVT VT = TLI.getValueType(CI->getOperand(0)->getType()); local
1204 MVT VT; local
1231 MVT VT; local
1368 MVT VT; local
1482 MVT VT; local
1907 EVT VT = RetTys[i]; local
2029 MVT VT; local
2155 MVT VT; local
[all...]
/macosx-10.10/ntp-92/include/
H A Dascii.h52 #define VT 11 macro
/macosx-10.10/llvmCore-3425.0.34/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
151 addDRTypeForNEON(MVT VT) argument
156 addQRTypeForNEON(MVT VT) argument
1058 EVT VT = N->getValueType(i); local
2898 EVT VT = Op.getValueType(); local
2919 EVT VT = Op.getValueType(); local
3154 EVT VT = Op.getValueType(); local
3173 EVT VT = Op.getValueType(); local
3194 EVT VT = Op.getValueType(); local
3227 EVT VT = Op.getValueType(); local
3253 EVT VT = Op.getValueType(); local
3335 EVT VT = Op.getValueType(); local
3355 EVT VT = Op.getValueType(); local
3412 getZeroVector(EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
3426 EVT VT = Op.getValueType(); local
3462 EVT VT = Op.getValueType(); local
3511 EVT VT = N->getValueType(0); local
3523 EVT VT = N->getValueType(0); local
3558 EVT VT = N->getValueType(0); local
3603 EVT VT = Op.getValueType(); local
3728 isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, unsigned SplatBitSize, SelectionDAG &DAG, EVT &VT, bool is128Bits, NEONModImmType type) argument
3913 isVEXTMask(ArrayRef<int> M, EVT VT, bool &ReverseVEXT, unsigned &Imm) argument
3952 isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) argument
3978 isVTBLMask(ArrayRef<int> M, EVT VT) argument
3985 isVTRNMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4003 isVTRN_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4018 isVUZPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4041 isVUZP_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4065 isVZIPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4090 isVZIP_v_undef_Mask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) argument
4138 EVT VT = Op.getValueType(); local
4327 EVT VT = Op.getValueType(); local
4546 EVT VT = OpLHS.getValueType(); local
4615 EVT VT = Op.getValueType(); local
4802 EVT VT = N->getValueType(0); local
4892 EVT VT = N->getValueType(0); local
4933 EVT VT = Op.getValueType(); local
5071 EVT VT = Op.getValueType(); local
5106 EVT VT = Op.getValueType(); local
5180 EVT VT = Op.getNode()->getValueType(0); local
7106 EVT VT = N->getValueType(0); local
7154 EVT VT = N->getValueType(0); local
7511 EVT VT = N->getValueType(0); local
7611 EVT VT = N->getValueType(0); local
7654 EVT VT = N->getValueType(0); local
7841 EVT VT = N->getValueType(0); local
7952 EVT VT = StVal.getValueType(); local
8110 EVT VT = N->getValueType(0); local
8133 EVT VT = N->getValueType(0); local
8180 EVT VT = N->getValueType(0); local
8344 EVT VT = N->getValueType(0); local
8444 EVT VT = N->getValueType(0); local
8572 isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) argument
8586 isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, bool isIntrinsic, int64_t &Cnt) argument
8627 EVT VT = N->getOperand(1).getValueType(); local
8732 EVT VT = N->getOperand(1).getValueType(); local
8765 EVT VT = N->getValueType(0); local
8821 EVT VT = N->getValueType(0); local
9118 isLegalT1AddressImmediate(int64_t V, EVT VT) argument
9145 isLegalT2AddressImmediate(int64_t V, EVT VT, const ARMSubtarget *Subtarget) argument
9178 isLegalAddressImmediate(int64_t V, EVT VT, const ARMSubtarget *Subtarget) argument
9252 EVT VT = getValueType(Ty, true); local
9338 getARMIndexedAddressParts(SDNode *Ptr, EVT VT, bool isSEXTLoad, SDValue &Base, SDValue &Offset, bool &isInc, SelectionDAG &DAG) argument
9397 getT2IndexedAddressParts(SDNode *Ptr, EVT VT, bool isSEXTLoad, SDValue &Base, SDValue &Offset, bool &isInc, SelectionDAG &DAG) argument
[all...]
H A DARMFastISel.cpp177 bool isTypeLegal(Type *Ty, MVT &VT);
178 bool isLoadTypeLegal(Type *Ty, MVT &VT);
181 bool ARMEmitLoad(EVT VT, unsigned &ResultReg, Address &Addr,
184 bool ARMEmitStore(EVT VT, unsigned SrcReg, Address &Addr,
187 void ARMSimplifyAddress(Address &Addr, EVT VT, bool useAM3);
191 unsigned ARMMaterializeFP(const ConstantFP *CFP, EVT VT);
192 unsigned ARMMaterializeInt(const Constant *C, EVT VT);
193 unsigned ARMMaterializeGV(const GlobalValue *GV, EVT VT);
194 unsigned ARMMoveToFPReg(EVT VT, unsigned SrcReg);
195 unsigned ARMMoveToIntReg(EVT VT, unsigne
489 ARMMoveToFPReg(EVT VT, unsigned SrcReg) argument
499 ARMMoveToIntReg(EVT VT, unsigned SrcReg) argument
512 ARMMaterializeFP(const ConstantFP *CFP, EVT VT) argument
556 ARMMaterializeInt(const Constant *C, EVT VT) argument
616 ARMMaterializeGV(const GlobalValue *GV, EVT VT) argument
716 EVT VT = TLI.getValueType(C->getType(), true); local
759 isTypeLegal(Type *Ty, MVT &VT) argument
771 isLoadTypeLegal(Type *Ty, MVT &VT) argument
895 ARMSimplifyAddress(Address &Addr, EVT VT, bool useAM3) argument
951 AddLoadStoreOperands(EVT VT, Address &Addr, const MachineInstrBuilder &MIB, unsigned Flags, bool useAM3) argument
1000 ARMEmitLoad(EVT VT, unsigned &ResultReg, Address &Addr, unsigned Alignment, bool isZExt, bool allocReg) argument
1124 ARMEmitStore(EVT VT, unsigned SrcReg, Address &Addr, unsigned Alignment) argument
1659 MVT VT; local
1719 MVT VT; local
1747 MVT VT; local
1807 EVT VT = TLI.getValueType(I->getType(), true); local
2426 MVT VT; local
2769 MVT VT; local
2808 ARMLowerPICELF(const GlobalValue *GV, unsigned Align, EVT VT) argument
[all...]
H A DARMSelectionDAGInfo.cpp52 EVT VT = MVT::i32; local
66 Loads[i] = DAG.getLoad(VT, dl, Chain,
98 VT = MVT::i16;
101 VT = MVT::i8;
105 Loads[i] = DAG.getLoad(VT, dl, Chain,
121 VT = MVT::i16;
124 VT = MVT::i8;
H A DARMISelLowering.h269 virtual EVT getSetCCResultType(EVT VT) const;
281 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const;
285 virtual bool allowsUnalignedMemoryAccesses(EVT VT) const;
296 bool isLegalT2ScaledAddressingMode(const AddrMode &AM, EVT VT) const;
344 EVT VT) const;
361 virtual const TargetRegisterClass *getRegClassFor(EVT VT) const;
374 bool isShuffleMaskLegal(const SmallVectorImpl<int> &M, EVT VT) const;
380 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
387 findRepresentativeClass(EVT VT) const;
402 void addTypeForNEON(MVT VT, MV
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp39 int prefslotOffset(EVT VT) { argument
41 if (VT==MVT::i1) retval=3;
42 if (VT==MVT::i8) retval=3;
43 if (VT==MVT::i16) retval=2;
135 MVT::SimpleValueType VT = (MVT::SimpleValueType)sctype; local
137 setOperationAction(ISD::LOAD, VT, Custom);
138 setOperationAction(ISD::STORE, VT, Custom);
139 setLoadExtAction(ISD::EXTLOAD, VT, Custom);
140 setLoadExtAction(ISD::ZEXTLOAD, VT, Custom);
141 setLoadExtAction(ISD::SEXTLOAD, VT, Custo
151 MVT::SimpleValueType VT = (MVT::SimpleValueType) sctype; local
371 MVT::SimpleValueType VT = (MVT::SimpleValueType)sctype; local
411 MVT::SimpleValueType VT = (MVT::SimpleValueType)i; local
772 EVT VT = Value.getValueType(); local
1096 EVT VT = Op.getValueType(); local
1659 EVT VT = Op.getValueType(); local
1967 EVT VT; local
2004 EVT VT = Op.getValueType(); local
2171 EVT VT = Op.getValueType(); local
2305 EVT VT = Op.getValueType(); local
2356 EVT VT = Op.getValueType(); local
2649 EVT VT = Op.getValueType(); local
2678 EVT VT = Op.getValueType(); local
2782 EVT VT = Op.getValueType(); local
3205 EVT VT = Op.getValueType(); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenTarget.cpp461 MVT::SimpleValueType VT; local
466 VT = OverloadedVTs[MatchTy];
472 VT == MVT::iAny || VT == MVT::vAny) &&
475 VT = getValueType(TyEl->getValueAsDef("VT"));
477 if (EVT(VT).isOverloaded()) {
478 OverloadedVTs.push_back(VT);
483 if (VT == MVT::isVoid)
486 IS.RetVTs.push_back(VT);
495 MVT::SimpleValueType VT; local
[all...]

Completed in 235 milliseconds

12345