Home
last modified time | relevance | path

Searched refs:getValueAsInt (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/utils/TableGen/
DCallingConvEmitter.cpp175 int Size = Action->getValueAsInt("Size"); in EmitAction()
176 int Align = Action->getValueAsInt("Align"); in EmitAction()
199 int Size = Action->getValueAsInt("Size"); in EmitAction()
200 int Align = Action->getValueAsInt("Align"); in EmitAction()
259 int Size = Action->getValueAsInt("Size"); in EmitAction()
260 int Align = Action->getValueAsInt("Align"); in EmitAction()
DCodeGenTarget.cpp39 return (MVT::SimpleValueType)Rec->getValueAsInt("Value"); in getValueType()
392 NumOperands = R->getValueAsInt("NumOperands"); in ComplexPattern()
504 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()
538 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()
593 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
596 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
599 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
602 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
605 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
DSubtargetEmitter.cpp288 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString()
301 int TimeInc = Stage->getValueAsInt("TimeInc"); in FormItineraryStageString()
304 int Kind = Stage->getValueAsInt("Kind"); in FormItineraryStageString()
498 int NumUOps = ItinData ? ItinData->getValueAsInt("NumMicroOps") : 0; in EmitStageAndOperandCycleData()
592 int V = R ? R->getValueAsInt(Name) : -1; in EmitProcessorProp()
615 int BufferSize = PRDef->getValueAsInt("BufferSize"); in EmitProcessorResources()
619 NumUnits += RU->getValueAsInt("NumUnits"); in EmitProcessorResources()
629 NumUnits = PRDef->getValueAsInt("NumUnits"); in EmitProcessorResources()
921 WLEntry.Cycles += WriteRes->getValueAsInt("Latency"); in GenSchedClassTables()
922 SCDesc.NumMicroOps += WriteRes->getValueAsInt("NumMicroOps"); in GenSchedClassTables()
[all …]
DOptParserEmitter.cpp77 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()
78 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()
269 OS << ", " << R.getValueAsInt("NumArgs"); in EmitOptParser()
DAsmWriterEmitter.cpp258 bool PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget"); in EmitPrintInstruction()
756 unsigned Variant = AsmWriter->getValueAsInt("Variant"); in EmitPrintAliasInstruction()
757 bool PassSubtarget = AsmWriter->getValueAsInt("PassSubtarget"); in EmitPrintAliasInstruction()
767 int Priority = R->getValueAsInt("EmitPriority"); in EmitPrintAliasInstruction()
1097 unsigned Variant = AsmWriter->getValueAsInt("Variant"); in AsmWriterEmitter()
DCodeGenRegisters.cpp38 Size = R->getValueAsInt("Size"); in CodeGenSubRegIndex()
39 Offset = R->getValueAsInt("Offset"); in CodeGenSubRegIndex()
109 CostPerUse(R->getValueAsInt("CostPerUse")), in CodeGenRegister()
580 unsigned(Reg->getValueAsInt("CostPerUse"))); in expand()
705 unsigned Size = R->getValueAsInt("Size"); in CodeGenRegisterClass()
709 SpillAlignment = R->getValueAsInt("Alignment"); in CodeGenRegisterClass()
710 CopyCost = R->getValueAsInt("CopyCost"); in CodeGenRegisterClass()
713 int AllocationPriority = R->getValueAsInt("AllocationPriority"); in CodeGenRegisterClass()
DDAGISelEmitter.cpp67 Cost += Op->getValueAsInt("CodeSize"); in getResultPatternSize()
DCodeGenDAGPatterns.cpp903 OperandNo = R->getValueAsInt("OperandNum"); in SDTypeConstraint()
921 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
925 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
929 R->getValueAsInt("BigOperandNum"); in SDTypeConstraint()
932 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
936 R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
949 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
953 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
1136 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1137 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
[all …]
DInstrInfoEmitter.cpp123 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()
474 << Inst.TheDef->getValueAsInt("Size") << ",\t" in emitRecord()
DIntrinsicEmitter.cpp246 unsigned Number = R->getValueAsInt("Number"); in EncodeFixedType()
295 AddrSpace = R->getValueAsInt("AddrSpace"); in EncodeFixedType()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCallingConvEmitter.cpp157 int Size = Action->getValueAsInt("Size"); in EmitAction()
158 int Align = Action->getValueAsInt("Align"); in EmitAction()
196 int Size = Action->getValueAsInt("Size"); in EmitAction()
197 int Align = Action->getValueAsInt("Align"); in EmitAction()
DCodeGenTarget.cpp37 return (MVT::SimpleValueType)Rec->getValueAsInt("Value"); in getValueType()
309 NumOperands = R->getValueAsInt("NumOperands"); in ComplexPattern()
411 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()
445 unsigned MatchTy = TyEl->getValueAsInt("Number"); in CodeGenIntrinsic()
492 unsigned ArgNo = Property->getValueAsInt("ArgNo"); in CodeGenIntrinsic()
DSubtargetEmitter.cpp225 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString()
238 int TimeInc = Stage->getValueAsInt("TimeInc"); in FormItineraryStageString()
241 int Kind = Stage->getValueAsInt("Kind"); in FormItineraryStageString()
435 unsigned NumUOps = ItinClassList[Find]->getValueAsInt("NumMicroOps"); in EmitStageAndOperandCycleData()
DCodeGenRegisters.cpp31 CostPerUse(R->getValueAsInt("CostPerUse")), in CodeGenRegister()
201 unsigned(Reg->getValueAsInt("CostPerUse"))); in expand()
326 unsigned Size = R->getValueAsInt("Size"); in CodeGenRegisterClass()
330 SpillAlignment = R->getValueAsInt("Alignment"); in CodeGenRegisterClass()
331 CopyCost = R->getValueAsInt("CopyCost"); in CodeGenRegisterClass()
DInstrInfoEmitter.cpp87 Res += utostr(OpR->getValueAsInt("RegClassKind")) + ", "; in GetOperandInfo()
267 << Inst.TheDef->getValueAsInt("Size") << ",\t\"" in emitRecord()
DIntrinsicEmitter.cpp233 unsigned Number = ArgType->getValueAsInt("Number"); in EmitTypeGenerate()
355 unsigned Number = ArgType->getValueAsInt("Number"); in EmitVerifier()
383 unsigned Number = ArgType->getValueAsInt("Number"); in EmitVerifier()
DDAGISelEmitter.cpp53 Cost += Op->getValueAsInt("CodeSize"); in getResultPatternSize()
DCodeGenDAGPatterns.cpp767 OperandNo = R->getValueAsInt("OperandNum"); in SDTypeConstraint()
785 x.SDTCisSameAs_Info.OtherOperandNum = R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
789 R->getValueAsInt("OtherOperandNum"); in SDTypeConstraint()
793 R->getValueAsInt("BigOperandNum"); in SDTypeConstraint()
796 x.SDTCisEltOfVec_Info.OtherOperandNum = R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
800 R->getValueAsInt("OtherOpNum"); in SDTypeConstraint()
926 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
927 NumOperands = TypeProfile->getValueAsInt("NumOperands"); in SDNodeInfo()
2747 Instr->getValueAsInt("AddedComplexity"), in ParseInstructions()
2986 CurPattern->getValueAsInt("AddedComplexity"), in ParsePatterns()
DAsmWriterEmitter.cpp266 AsmWriter->getValueAsInt("Variant"), in EmitPrintInstruction()
267 AsmWriter->getValueAsInt("FirstOperandColumn"), in EmitPrintInstruction()
268 AsmWriter->getValueAsInt("OperandSpacing"))); in EmitPrintInstruction()
/external/llvm/lib/IR/
DAttributes.cpp164 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
168 return pImpl->getValueAsInt(); in getValueAsInt()
197 return pImpl->getValueAsInt(); in getAlignment()
203 return pImpl->getValueAsInt(); in getStackAlignment()
210 return pImpl->getValueAsInt(); in getDereferenceableBytes()
217 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()
223 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs()
333 Result += utostr(getValueAsInt()); in getAsString()
342 Result += utostr(getValueAsInt()); in getAsString()
345 Result += utostr(getValueAsInt()); in getAsString()
[all …]
DAttributeImpl.h63 uint64_t getValueAsInt() const;
75 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile()
/external/clang/utils/TableGen/
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences()
DClangCommentCommandInfoEmitter.cpp36 << Tag.getValueAsInt("NumArgs") << ", " in EmitClangCommentCommandInfo()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h129 uint64_t getValueAsInt() const;
/external/llvm/include/llvm/IR/
DAttributes.h129 uint64_t getValueAsInt() const;

12