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

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.h 51 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
53 MVT::SimpleValueType getValueType(Record *Rec);
208 MVT::SimpleValueType getValueType() const { return Ty; }
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 212 dl, Op.getValueType(),
366 if (N->getValueType(0) == MVT::i32)
380 if (N->getOpcode() == ISD::Constant && N->getValueType(0) == MVT::i32) {
390 if (N->getOpcode() == ISD::Constant && N->getValueType(0) == MVT::i64) {
466 SDValue TFI = CurDAG->getTargetFrameIndex(FI, N->getValueType(0));
467 unsigned Opc = N->getValueType(0) == MVT::i32 ? PPC::ADDI : PPC::ADDI8;
469 return CurDAG->SelectNodeTo(SN, Opc, N->getValueType(0), TFI,
471 return CurDAG->getMachineNode(Opc, dl, N->getValueType(0), TFI,
480 if (N->getValueType(0) != MVT::i32)
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelDAGToDAG.cpp 85 EVT VT = Node->getValueType(0);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
OdexedFieldInstructionMapper.java 159 private static int getValueType(char type) {
226 opcodeValueTypeMap.put(fieldOpcode.quickOpcode, getValueType(fieldOpcode.type));
229 opcodeValueTypeMap.put(fieldOpcode.volatileOpcode, getValueType(fieldOpcode.type));
253 return valueType == getValueType(type);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DexPool.java 113 switch (encodedValue.getValueType()) {
165 throw new ExceptionWithContext("Unrecognized value type: %d", encodedValue.getValueType());
174 switch (encodedValue.getValueType()) {
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 95 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
167 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
224 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl();
289 return TVR->getValueType()->getAsCXXRecordDecl();
377 QualType T = R->getValueType();
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 476 EVT Ty = N->getValueType(0);
555 if (!LHS.getValueType().isFloatingPoint())
577 True.getValueType(), True, FCC0, False, Cond);
589 !SetCC.getOperand(0).getValueType().isInteger())
593 EVT FalseTy = False.getValueType();
616 SetCC = DAG.getSetCC(DL, SetCC.getValueType(), SetCC.getOperand(0),
627 if (!TrueC || !True.getValueType().isInteger())
633 if (True.getValueType() == MVT::i64)
642 return DAG.getNode(ISD::ADD, DL, SetCC.getValueType(), SetCC, False);
650 SetCC = DAG.getSetCC(DL, SetCC.getValueType(), SetCC.getOperand(0)
    [all...]
Mips16ISelDAGToDAG.cpp 167 EVT ValTy = Addr.getValueType();
253 EVT NodeTy = Node->getValueType(0);
281 EVT VT = LHS.getValueType();
MipsISelDAGToDAG.h 123 return CurDAG->getTargetConstant(Imm, SDLoc(Node), Node->getValueType(0));
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 448 EVT OldVT = N->getValueType(0);
545 return isZExtFree(Val.getValueType(), VT2);
714 EVT PtrVT = InitPtr.getValueType();
729 EVT PtrVT = InitPtr.getValueType();
    [all...]
R600ISelLowering.cpp 636 return DAG.getNode(AMDGPUISD::EXPORT, DL, Op.getValueType(), Args);
648 EVT VT = Op.getValueType();
874 if (N->getValueType(0) == MVT::i1) {
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 472 DAG.getValueType(VA.getValVT()));
475 DAG.getValueType(VA.getValVT()));
689 RegsToPass[i].second.getValueType()));
740 EVT VT = Op.getValueType();
814 assert(!LHS.getValueType().isFloatingPoint() && "We don't handle FP yet");
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 298 if (N.getValueType() == MVT::i32)
350 unsigned BitSize = N.getValueType().getSizeInBits();
372 SrcVT = N.getOperand(0).getValueType();
385 EVT SrcVT = N.getOperand(0).getValueType();
496 return CurDAG->getMachineNode(MLAOpc, dl, N->getValueType(0), Ops);
540 return CurDAG->getMachineNode(SMULLOpc, dl, N->getValueType(0), Ops);
548 if (N.getValueType() == MVT::i32)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 426 if (LD->getValueType(0) == MVT::i64 && IsZeroExt)
429 if (LD->getValueType(0) == MVT::i64 && ExtType == ISD::SEXTLOAD)
435 LD->getValueType(0),
465 LD->getValueType(0),
514 EVT ValueVT = Value.getValueType();
620 if (N->getValueType(0) == MVT::i64) {
631 if (Sext0.getNode()->getValueType(0) != MVT::i32) {
657 if (Sext1.getNode()->getValueType(0) != MVT::i32) {
692 if (N->getValueType(0) == MVT::i32) {
771 EVT OpVT = Op0.getValueType();
    [all...]
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java 332 assertVectorLength(v.getInt32ValuesCount(), property, v.getValueType());
343 assertVectorLength(v.getInt32ValuesCount(), property, v.getValueType());
367 assertVectorLength(v.getFloatValuesCount(), property, v.getValueType());
378 assertVectorLength(v.getFloatValuesCount(), property, v.getValueType());
716 if (!isCustom && v.getValueType() != valueType) {
719 " got:0x" + Integer.toHexString(v.getValueType())
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 731 Op.getValueType()));
738 Op.getValueType()));
745 Op.getValueType()));
752 Op.getValueType()));
759 Op.getValueType()));
809 DAG.getValueType(VA.getValVT()));
812 DAG.getValueType(VA.getValVT()));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 64 QualType valTy = TR->getValueType();
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 198 return DL.getTypeAllocSize(GV1->getValueType()) <
199 DL.getTypeAllocSize(GV2->getValueType());
428 Type *Ty = Globals[j]->getValueType();
539 Type *Ty = GV.getValueType();
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 106 EVT VT = Op.getValueType();
154 EVT VT = Op.getValueType();
167 EVT VT = Op.getValueType();
184 EVT VT = Op.getValueType();
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
EncodedValueAdaptor.java 46 switch (encodedValue.getValueType()) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableEncodedValueFactory.java 47 switch (encodedValue.getValueType()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 686 if (Op.getValueType() == MVT::Other)
699 EVT SrcVT = Src.getValueType();
    [all...]
ScheduleDAGSDNodes.cpp 171 N->getOperand(N->getNumOperands()-1).getValueType() == MVT::Glue) {
175 if (N->getValueType(N->getNumValues() - 1) == MVT::Glue) return false;
189 assert((N->getValueType(N->getNumValues() - 1) == MVT::Glue &&
205 if (Node->getOperand(NumOps-1).getValueType() == MVT::Other)
352 N->getOperand(N->getNumOperands()-1).getValueType() == MVT::Glue) {
362 while (N->getValueType(N->getNumValues()-1) == MVT::Glue) {
462 EVT OpVT = N->getOperand(i).getValueType();
543 Node->getValueType(0) == MVT::Other) {
    [all...]
SelectionDAGPrinter.cpp 48 return ((const SDNode *) Node)->getValueType(i).getEVTString();
101 EVT VT = Op.getValueType();

Completed in 519 milliseconds

1 23 4 5 6 7 8 91011>>