/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | EdgeBundles.h | 47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 143 CallInst::BundleOpInfo* Bundle = getBundleFromUse(U); getKnowledgeFromUse() local 182 CallInst::BundleOpInfo* Bundle = getBundleFromUse(&U); getKnowledgeForValue() local
|
H A D | AssumptionCache.cpp | 75 OperandBundleUse Bundle = CI->getOperandBundleAt(Idx); in findAffectedValues() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConvergenceVerifier.cpp | 57 auto Bundle = CB->getOperandBundle(LLVMContext::OB_convergencectrl); in findAndCheckConvergenceTokenUsed() local
|
H A D | Core.cpp | 2740 void LLVMDisposeOperandBundle(LLVMOperandBundleRef Bundle) { in LLVMDisposeOperandBundle() 2744 const char *LLVMGetOperandBundleTag(LLVMOperandBundleRef Bundle, size_t *Len) { in LLVMGetOperandBundleTag() 2750 unsigned LLVMGetNumOperandBundleArgs(LLVMOperandBundleRef Bundle) { in LLVMGetNumOperandBundleArgs() 2754 LLVMValueRef LLVMGetOperandBundleArgAtIndex(LLVMOperandBundleRef Bundle, in LLVMGetOperandBundleArgAtIndex() 3376 for (auto *Bundle : ArrayRef(Bundles, NumBundles)) { in LLVMBuildCallBr() local 3401 for (auto *Bundle : ArrayRef(Bundles, NumBundles)) { in LLVMBuildInvokeWithOperandBundles() local 4225 for (auto *Bundle : ArrayRef(Bundles, NumBundles)) { in LLVMBuildCallWithOperandBundles() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.h | 43 const MCInst *Bundle = nullptr; member
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | XRayArgs.cpp | 240 SmallString<64> Bundle("-fxray-instrumentation-bundle="); in addArgs() local
|
H A D | OffloadBundler.cpp | 824 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); in ReadBundle() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 185 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in insertCFGuardCheck() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 353 LiveBundle &Bundle = in runOnMachineFunction() local 509 const LiveBundle &Bundle = in setupBlockStack() local 549 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 127 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local
|
H A D | ScheduleDAGInstrs.cpp | 1159 MachineBasicBlock::instr_iterator Bundle = MI.getIterator(); in fixupKills() local
|
H A D | RegAllocGreedy.cpp | 740 for (unsigned Bundle : NewBundles) { in growRegion() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
H A D | SPIRVConvergenceRegionAnalysis.cpp | 65 auto Bundle = II->getOperandBundle(LLVMContext::OB_convergencectrl); in getConvergenceTokenInternal() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 197 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) { in ForEachNonZeroByte() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 548 if (auto Bundle = Call.getOperandBundle(LLVMContext::OB_convergencectrl)) { in lowerInlineAsm() local
|
H A D | IRTranslator.cpp | 2139 auto Bundle = CI.getOperandBundle(LLVMContext::OB_convergencectrl); in translateConvergenceControlIntrinsic() local 2663 if (auto Bundle = CB.getOperandBundle(LLVMContext::OB_ptrauth)) { in translateCallBase() local 2684 if (auto Bundle = CB.getOperandBundle(LLVMContext::OB_convergencectrl)) { in translateCallBase() local 2809 if (auto Bundle = CI.getOperandBundle(LLVMContext::OB_convergencectrl)) { in translateCall() local
|
H A D | CallLowering.cpp | 193 auto Bundle = CB.getOperandBundle(LLVMContext::OB_kcfi); in lowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 124 const CallInst::BundleOpInfo *Bundle) { in tryToPreserveWithoutAddingAssume()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 753 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in lowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1704 if (auto Bundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in handleLongjmpableCallsForWasmSjLj() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1664 if (auto Bundle = Call->getOperandBundle(LLVMContext::OB_deopt)) in makeStatepointExplicitImpl() local 1667 if (auto Bundle = Call->getOperandBundle(LLVMContext::OB_gc_transition)) { in makeStatepointExplicitImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3946 auto Bundle = Call.getOperandBundle(LLVMContext::OB_kcfi); in visitCallBase() local 4031 std::optional<OperandBundleUse> Bundle = in visitCallBase() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 468 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3202 std::optional<ScheduleData *> Bundle, in newTreeEntry() argument 3215 std::optional<ScheduleData *> Bundle, in newTreeEntry() argument 7025 std::optional<ScheduleData *> Bundle in buildTree_rec() local 11543 auto *Bundle = BlocksSchedules[BB]->getScheduleData(V); getLastInstructionInBundle() local 14454 ScheduleData *Bundle = nullptr; buildBundle() local 14495 __anon07b2d77411402(bool ReSchedule, ScheduleData *Bundle) tryScheduleBundle() argument 14569 auto *Bundle = buildBundle(VL); tryScheduleBundle() local 14586 ScheduleData *Bundle = getScheduleData(OpValue); cancelScheduling() local 19082 SmallVector<Value *, 16> Bundle(Candidates.size()); vectorizeGEPIndices() local [all...] |