/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | IndirectCallPromotionAnalysis.cpp | 74 const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) { in getProfitablePromotionCandidates() 98 const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, in getPromotionCandidatesForInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | IndirectCallPromotionAnalysis.cpp | 63 const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) { in getProfitablePromotionCandidates() 88 const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, in getPromotionCandidatesForInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | IndirectCallPromotionAnalysis.cpp | 71 const Instruction *Inst, uint32_t NumVals, uint64_t TotalCount) { in getProfitablePromotionCandidates() 96 const Instruction *I, uint32_t &NumVals, uint64_t &TotalCount, in getPromotionCandidatesForInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGFast.cpp | 243 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local 492 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local 726 unsigned NumVals = N->getNumValues(); in Schedule() local
|
H A D | LegalizeTypes.cpp | 435 for (unsigned i = 0, NumVals = Node.getNumValues(); i < NumVals; ++i) in run() local
|
H A D | ScheduleDAGRRList.cpp | 996 unsigned NumVals = N->getNumValues(); in TryUnfoldSU() local 1372 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGFast.cpp | 239 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local 501 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local 741 unsigned NumVals = N->getNumValues(); in Schedule() local
|
H A D | LegalizeTypes.cpp | 459 for (unsigned i = 0, NumVals = Node.getNumValues(); i < NumVals; ++i) in run() local
|
H A D | ScheduleDAGRRList.cpp | 999 unsigned NumVals = N->getNumValues(); in TryUnfoldSU() local 1380 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local
|
/aosp_15_r20/external/llvm/utils/PerfectShuffle/ |
H A D | PerfectShuffle.cpp | 201 unsigned &NumVals) { in EvaluateOps() 343 unsigned NumVals = 0; in main() local 436 unsigned NumVals = 0; in main() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGFast.cpp | 246 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local 500 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local 734 unsigned NumVals = N->getNumValues(); in Schedule() local
|
H A D | ScheduleDAGRRList.cpp | 984 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local 1285 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in DelayForLiveRegsBottomUp() local
|
H A D | LegalizeTypes.cpp | 424 for (unsigned i = 0, NumVals = Node.getNumValues(); i < NumVals; ++i) in run() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiAsmPrinter.cpp | 127 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/ |
H A D | LanaiAsmPrinter.cpp | 127 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
|
/aosp_15_r20/external/llvm/lib/Target/Lanai/ |
H A D | LanaiAsmPrinter.cpp | 129 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 302 uint32_t NumVals, NumCandidates; in processFunction() local
|
H A D | PGOMemOPSizeOpt.cpp | 255 uint32_t NumVals, MaxNumVals = INSTR_PROF_NUM_BUCKETS; in perform() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 356 uint32_t NumVals, NumCandidates; in processFunction() local
|
H A D | PGOMemOPSizeOpt.cpp | 237 uint32_t NumVals, MaxNumPromotions = MemOPMaxVersion + 2; in perform() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 804 uint32_t NumVals = 0; in doesHistoryAllowICP() local 850 uint32_t NumVals = 0; in updateIDTMetaData() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 599 uint32_t NumVals, NumCandidates; in processFunction() local
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 486 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 573 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 574 unsigned NumVals = InlineAsm::getNumOperandRegisters(Flags); in PrintAsmOperand() local
|