HomeSort by relevance Sort by last modified time
    Searched defs:VT (Results 51 - 66 of 66) sorted by null

1 23

  /external/llvm/lib/VMCore/
Verifier.cpp 295 int VT, unsigned ArgNo, std::string &Suffix);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 284 EVT VT = N->getValueType(0);
289 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
291 TLI.getTypeToTransformTo(*DAG.getContext(), VT),
564 EVT VT = N->getValueType(0);
565 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), VT);
609 // Truncate to NVT instead of VT
699 EVT VT = N->getValueType(0);
702 EVT RegVT = TLI.getRegisterType(*DAG.getContext(), VT);
703 unsigned NumRegs = TLI.getNumRegisters(*DAG.getContext(), VT);
    [all...]
LegalizeVectorTypes.cpp     [all...]
SelectionDAG.cpp 62 static const fltSemantics *EVTToAPFloatSemantics(EVT VT) {
63 switch (VT.getSimpleVT().SimpleTy) {
88 bool ConstantFPSDNode::isValueValidForType(EVT VT,
90 assert(VT.isFloatingPoint() && "Can only convert between FP types");
93 if (VT == MVT::ppcf128 ||
100 (void) Val2.convert(*EVTToAPFloatSemantics(VT), APFloat::rmNearestTiesToEven,
651 EVT VT = cast<VTSDNode>(N)->getVT();
652 if (VT.isExtended()) {
653 Erased = ExtendedValueTypeNodes.erase(VT);
655 Erased = ValueTypeNodes[VT.getSimpleVT().SimpleTy] != 0
    [all...]
DAGCombiner.cpp 253 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
257 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
316 /// legalization or if the specified VT is legal.
317 bool isTypeLegal(const EVT &VT) {
319 return TLI.isTypeLegal(VT);
568 EVT VT = N0.getValueType();
573 DAG.FoldConstantArithmetic(Opc, VT,
576 return DAG.getNode(Opc, DL, VT, N0.getOperand(0), OpNode);
580 SDValue OpNode = DAG.getNode(Opc, N0.getDebugLoc(), VT,
583 return DAG.getNode(Opc, DL, VT, OpNode, N0.getOperand(1))
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 39 int prefslotOffset(EVT VT) {
41 if (VT==MVT::i1) retval=3;
42 if (VT==MVT::i8) retval=3;
43 if (VT==MVT::i16) retval=2;
133 MVT::SimpleValueType VT = (MVT::SimpleValueType)sctype;
135 setOperationAction(ISD::LOAD, VT, Custom);
136 setOperationAction(ISD::STORE, VT, Custom);
137 setLoadExtAction(ISD::EXTLOAD, VT, Custom);
138 setLoadExtAction(ISD::ZEXTLOAD, VT, Custom);
139 setLoadExtAction(ISD::SEXTLOAD, VT, Custom)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 279 bool MipsTargetLowering::allowsUnalignedMemoryAccesses(EVT VT) const {
280 MVT::SimpleValueType SVT = VT.getSimpleVT().SimpleTy;
294 EVT MipsTargetLowering::getSetCCResultType(EVT VT) const {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 32 static inline bool isInteger(MVT::SimpleValueType VT) {
33 return EVT(VT).isInteger();
35 static inline bool isFloatingPoint(MVT::SimpleValueType VT) {
36 return EVT(VT).isFloatingPoint();
38 static inline bool isVector(MVT::SimpleValueType VT) {
39 return EVT(VT).isVector();
41 static inline bool isScalar(MVT::SimpleValueType VT) {
42 return !EVT(VT).isVector();
45 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
46 if (VT == MVT::iAny
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 314 MVT::SimpleValueType VT = (MVT::SimpleValueType)i;
316 // add/sub are legal for all supported vector VT's.
317 setOperationAction(ISD::ADD , VT, Legal);
318 setOperationAction(ISD::SUB , VT, Legal);
321 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Promote);
322 AddPromotedToType (ISD::VECTOR_SHUFFLE, VT, MVT::v16i8);
325 setOperationAction(ISD::AND , VT, Promote);
326 AddPromotedToType (ISD::AND , VT, MVT::v4i32);
327 setOperationAction(ISD::OR , VT, Promote);
328 AddPromotedToType (ISD::OR , VT, MVT::v4i32)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 92 void ARMTargetLowering::addTypeForNEON(EVT VT, EVT PromotedLdStVT,
94 if (VT != PromotedLdStVT) {
95 setOperationAction(ISD::LOAD, VT.getSimpleVT(), Promote);
96 AddPromotedToType (ISD::LOAD, VT.getSimpleVT(),
99 setOperationAction(ISD::STORE, VT.getSimpleVT(), Promote);
100 AddPromotedToType (ISD::STORE, VT.getSimpleVT(),
104 EVT ElemTy = VT.getVectorElementType();
106 setOperationAction(ISD::SETCC, VT.getSimpleVT(), Custom);
107 setOperationAction(ISD::INSERT_VECTOR_ELT, VT.getSimpleVT(), Custom);
108 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT.getSimpleVT(), Custom)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 58 static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
70 EVT VT = Vec.getValueType();
71 assert(VT.getSizeInBits() == 256 && "Unexpected vector size!");
72 EVT ElVT = VT.getVectorElementType();
73 int Factor = VT.getSizeInBits()/128;
75 VT.getVectorNumElements()/Factor);
114 EVT VT = Vec.getValueType();
115 assert(VT.getSizeInBits() == 128 && "Unexpected vector size!");
117 EVT ElVT = VT.getVectorElementType();
350 MVT VT = IntVTs[i]
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 534 milliseconds

1 23