HomeSort by relevance Sort by last modified time
    Searched refs:getValueType (Results 26 - 50 of 317) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 98 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext());
99 Entry.isSExt = shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned);
100 Entry.isZExt = !shouldSignExtendTypeInLibCall(Op.getValueType(), isSigned);
231 NewLHS = DAG.getNode(ISD::OR, dl, Tmp.getValueType(), Tmp, NewLHS);
316 EVT VT = Op.getValueType();
346 if (Op.getValueType().isVector())
363 if (TLI.isTruncateFree(Op.getValueType(), SmallVT) &&
364 TLI.isZExtFree(SmallVT, Op.getValueType())) {
373 dl, Op.getValueType(), X);
394 assert(Op.getValueType().getScalarType().getSizeInBits() == BitWidth &
    [all...]
DAGCombiner.cpp 183 unsigned BitWidth = Op.getValueType().getScalarType().getSizeInBits();
593 !TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType()))
649 return DAG.getConstantFP(V, SDLoc(Op), Op.getValueType());
658 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(),
663 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(),
677 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(),
687 return DAG.getNode(Op.getOpcode(), SDLoc(Op), Op.getValueType(),
693 return DAG.getNode(Op.getOpcode(), SDLoc(Op), Op.getValueType(),
700 return DAG.getNode(Op.getOpcode(), SDLoc(Op), Op.getValueType(),
704 return DAG.getNode(ISD::FP_ROUND, SDLoc(Op), Op.getValueType(),
    [all...]
SelectionDAG.cpp 124 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
167 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
516 for (unsigned i = 0, e = N->getValueType(0).getVectorNumElements();
575 if (N->getValueType(0) == MVT::Glue)
587 if (N->getValueType(i) == MVT::Glue)
705 EVT VT = N->getValueType(0);
710 assert(N->getOperand(0).getValueType() == N->getOperand(1).getValueType() &&
712 assert(N->getOperand(0).getValueType().isInteger() == VT.isInteger() &&
720 assert(N->getValueType(0).isVector() && "Wrong return type!")
    [all...]
SelectionDAGBuilder.cpp 171 DAG.getConstant(Lo.getValueType().getSizeInBits(), DL,
196 EVT PartEVT = Val.getValueType();
216 DAG.getValueType(ValueVT));
224 if (ValueVT.bitsLT(Val.getValueType()))
307 EVT PartEVT = Val.getValueType();
367 EVT ValueVT = Val.getValueType();
425 ValueVT = Val.getValueType();
495 EVT ValueVT = Val.getValueType();
701 RegisterVT, P, DAG.getValueType(FromVT));
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
BaseMethodParameter.java 64 if (encodedValue.getValueType() != ValueType.ARRAY) {
77 if (signatureValue.getValueType() != ValueType.STRING) {
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
Chain.java 45 public Class<?> getValueType() {
84 public abstract @Nonnull Class<?> getValueType();
107 return getValueType().isPrimitive();
168 public Class<?> getValueType() {
196 public Class<?> getValueType() {
  /packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkTest.java 102 config.getValueType());
107 assertEquals(config.getValueType(), value.getValueType());
132 if (config.getValueType() == VehicleValueType.VEHICLE_VALUE_TYPE_INT32) {
135 setValueType(config.getValueType()).
144 setValueType(config.getValueType()).
183 config.getValueType());
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 535 N->getValueType(0) == MVT::i32 && selectMADD(N, &DAG))
669 EVT Ty = N->getValueType(0);
789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 &&
837 EVT VT = N->getValueType(0);
876 EVT Ty = N->getValueType(0);
    [all...]
MipsSEISelDAGToDAG.cpp 252 EVT VT = LHS.getValueType();
282 EVT ValTy = Addr.getValueType();
298 EVT ValTy = Addr.getValueType();
382 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), Addr.getValueType());
524 EVT EltTy = N->getValueType(0).getVectorElementType();
600 EVT EltTy = N->getValueType(0).getVectorElementType();
631 EVT EltTy = N->getValueType(0).getVectorElementType();
665 EVT EltTy = N->getValueType(0).getVectorElementType();
687 EVT EltTy = N->getValueType(0).getVectorElementType();
736 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0))
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
EncodedValueUtils.java 39 switch (encodedValue.getValueType()) {
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 119 : Opcode(Op), BitSize(N.getValueType().getSizeInBits()),
137 return CurDAG->getTargetConstant(Imm, SDLoc(Node), Node->getValueType(0));
604 } else if (Base.getValueType() != VT) {
606 assert(VT == MVT::i32 && Base.getValueType() == MVT::i64 &&
637 getAddressOperands(AM, Addr.getValueType(), Base, Disp);
648 getAddressOperands(AM, Addr.getValueType(), Base, Disp);
660 getAddressOperands(AM, Addr.getValueType(), Base, Disp, Index);
707 uint64_t Used = allOnes(Op.getValueType().getSizeInBits());
794 if (RxSBG.BitSize != 64 || N.getValueType() != MVT::i64)
813 unsigned InnerBitSize = N.getOperand(0).getValueType().getSizeInBits()
    [all...]
SystemZSelectionDAGInfo.cpp 29 EVT PtrVT = Src.getValueType();
85 EVT PtrVT = Dst.getValueType();
156 EVT PtrVT = Src1.getValueType();
206 EVT PtrVT = Src.getValueType();
234 SDVTList VTs = DAG.getVTList(Dest.getValueType(), MVT::Other);
245 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue);
261 EVT PtrVT = Src.getValueType();
273 EVT PtrVT = Src.getValueType();
281 EVT PtrVT = Src.getValueType();
  /external/smali/smali/src/test/java/
ImplicitReferenceTest.java 127 Assert.assertEquals(ValueType.METHOD, field.getInitialValue().getValueType());
135 Assert.assertEquals(ValueType.METHOD, field.getInitialValue().getValueType());
143 Assert.assertEquals(ValueType.METHOD, field.getInitialValue().getValueType());
151 Assert.assertEquals(ValueType.TYPE, field.getInitialValue().getValueType());
221 Assert.assertEquals(ValueType.FIELD, field.getInitialValue().getValueType());
229 Assert.assertEquals(ValueType.FIELD, field.getInitialValue().getValueType());
237 Assert.assertEquals(ValueType.FIELD, field.getInitialValue().getValueType());
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 162 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag };
168 EVT CVT = Count.getValueType();
176 SDValue Ops[] = { Chain, DAG.getValueType(MVT::i8), InFlag };
181 EVT AddrVT = Dst.getValueType();
182 EVT SizeVT = Size.getValueType();
259 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag };
267 EVT DstVT = Dst.getValueType();
268 EVT SrcVT = Src.getValueType();
269 EVT SizeVT = Size.getValueType();
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 93 O << "LocVT == " << getEnumName(getValueType(VT));
223 MVT::SimpleValueType DestVT = getValueType(DestTy);
237 MVT::SimpleValueType DestVT = getValueType(DestTy);
252 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) <<";\n";
256 O << IndentStr << "LocVT = " << getEnumName(getValueType(DestTy)) <<";\n";
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp 60 ER->getValueType());
ReturnPointerRangeChecker.cpp 60 ER->getValueType());
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 26 unsigned SizeBitWidth = Size.getValueType().getSizeInBits();
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 84 if (I->getValueType()->isFunctionTy())
85 GV = Function::Create(cast<FunctionType>(I->getValueType()),
90 *New, I->getValueType(), false, GlobalValue::ExternalLinkage,
99 auto *GA = GlobalAlias::create(I->getValueType(),
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 142 inline EVT getValueType() const;
146 return getValueType().getSimpleVT();
151 return getValueType().getSizeInBits();
155 return getValueType().getScalarType().getSizeInBits();
262 /// Convenience function for get().getValueType().
263 EVT getValueType() const { return Val.getValueType(); }
667 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
676 if (UI.getUse().get().getValueType() == MVT::Glue)
689 EVT getValueType(unsigned ResNo) const
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 505 virtual QualType getValueType() const = 0;
509 QualType T = getValueType();
513 return ctx.getPointerType(getValueType());
517 QualType T = getValueType();
757 QualType getValueType() const override {
793 QualType getValueType() const override {
825 QualType getValueType() const override {
881 QualType getValueType() const override {
913 QualType getValueType() const override {
936 QualType getValueType() const override
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 319 EVT OVT = Op.getValueType();
337 EVT OVT = Op.getValueType();
356 EVT VT = Op.getValueType();
387 Op.getValueType(),
398 Op.getValueType(),
409 Op.getValueType(),
425 EVT DVT = Data.getValueType();
446 Data = DAG.getSExtOrTrunc(Data, DL, Op.getOperand(0).getValueType());
483 Op.getValueType(),
492 EVT OVT = Op.getValueType();
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 463 DAG.getValueType(VA.getLocVT()));
632 DAG.getValueType(VA.getValVT()));
636 DAG.getValueType(VA.getValVT()));
    [all...]

Completed in 3051 milliseconds

12 3 4 5 6 7 8 91011>>