Home
last modified time | relevance | path

Searched defs:Bundle (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp143 CallInst::BundleOpInfo* Bundle = getBundleFromUse(U); getKnowledgeFromUse() local
182 CallInst::BundleOpInfo* Bundle = getBundleFromUse(&U); getKnowledgeForValue() local
H A DAssumptionCache.cpp75 OperandBundleUse Bundle = CI->getOperandBundleAt(Idx); in findAffectedValues() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp57 auto Bundle = CB->getOperandBundle(LLVMContext::OB_convergencectrl); in findAndCheckConvergenceTokenUsed() local
H A DCore.cpp2740 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 DHexagonMCCodeEmitter.h43 const MCInst *Bundle = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp240 SmallString<64> Bundle("-fxray-instrumentation-bundle="); in addArgs() local
H A DOffloadBundler.cpp824 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); in ReadBundle() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp185 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in insertCFGuardCheck() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp353 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 DMachineInstrBundle.cpp127 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local
H A DScheduleDAGInstrs.cpp1159 MachineBasicBlock::instr_iterator Bundle = MI.getIterator(); in fixupKills() local
H A DRegAllocGreedy.cpp740 for (unsigned Bundle : NewBundles) { in growRegion() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp65 auto Bundle = II->getOperandBundle(LLVMContext::OB_convergencectrl); in getConvergenceTokenInternal() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h197 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) { in ForEachNonZeroByte() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp548 if (auto Bundle = Call.getOperandBundle(LLVMContext::OB_convergencectrl)) { in lowerInlineAsm() local
H A DIRTranslator.cpp2139 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 DCallLowering.cpp193 auto Bundle = CB.getOperandBundle(LLVMContext::OB_kcfi); in lowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp124 const CallInst::BundleOpInfo *Bundle) { in tryToPreserveWithoutAddingAssume()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp753 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in lowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1704 if (auto Bundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in handleLongjmpableCallsForWasmSjLj() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1664 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 DInstCombineCalls.cpp3946 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 DCoroSplit.cpp468 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3202 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...]

12