Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp33 auto Bundle = CB->getOperandBundle(LLVMContext::OB_convergencectrl); findAndCheckConvergenceTokenUsed() local
H A DCore.cpp2581 LLVMDisposeOperandBundle(LLVMOperandBundleRef Bundle) LLVMDisposeOperandBundle() argument
2585 LLVMGetOperandBundleTag(LLVMOperandBundleRef Bundle,size_t * Len) LLVMGetOperandBundleTag() argument
2591 LLVMGetNumOperandBundleArgs(LLVMOperandBundleRef Bundle) LLVMGetNumOperandBundleArgs() argument
2595 LLVMGetOperandBundleArgAtIndex(LLVMOperandBundleRef Bundle,unsigned Index) LLVMGetOperandBundleArgAtIndex() argument
3188 for (auto *Bundle : ArrayRef(Bundles, NumBundles)) { LLVMBuildInvokeWithOperandBundles() local
3991 for (auto *Bundle : ArrayRef(Bundles, NumBundles)) { LLVMBuildCallWithOperandBundles() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp146 CallInst::BundleOpInfo* Bundle = getBundleFromUse(U); in getKnowledgeFromUse() local
183 CallInst::BundleOpInfo* Bundle = getBundleFromUse(&U); in getKnowledgeForValue() local
H A DAssumptionCache.cpp81 } else if (Bundle.Inputs.size() > ABA_WasOn && in findAffectedValues() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h43 const MCInst *Bundle = nullptr; member
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp240 SmallString<64> Bundle("-fxray-instrumentation-bundle="); in addArgs() local
H A DOffloadBundler.cpp766 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); ReadBundle() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp184 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) insertCFGuardCheck() local
/freebsd-src/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]; finishBlockStack() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp127 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local
H A DScheduleDAGInstrs.cpp1155 MachineBasicBlock::instr_iterator Bundle = MI.getIterator(); fixupKills() local
H A DRegAllocGreedy.cpp742 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h197 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) { in ForEachNonZeroByte() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1402 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) runSjLjOnFunction() local
1819 if (auto Bundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { handleLongjmpableCallsForWasmSjLj() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp631 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) lowerCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp124 const CallInst::BundleOpInfo *Bundle) { in tryToPreserveWithoutAddingAssume() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1663 if (auto Bundle = Call->getOperandBundle(LLVMContext::OB_deopt)) makeStatepointExplicitImpl() local
1666 if (auto Bundle = Call->getOperandBundle(LLVMContext::OB_gc_transition)) { makeStatepointExplicitImpl() local
H A DLICM.cpp1428 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); cloneInstructionInExitBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp174 auto Bundle = CB.getOperandBundle(LLVMContext::OB_kcfi); lowerCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3717 auto Bundle = Call.getOperandBundle(LLVMContext::OB_kcfi); visitCallBase() local
3801 std::optional<OperandBundleUse> Bundle = visitCallBase() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2814 newTreeEntry(ArrayRef<Value * > VL,std::optional<ScheduleData * > Bundle,const InstructionsState & S,const EdgeInfo & UserTreeIdx,ArrayRef<int> ReuseShuffleIndices=std::nullopt,ArrayRef<unsigned> ReorderIndices=std::nullopt) newTreeEntry() argument
2827 newTreeEntry(ArrayRef<Value * > VL,TreeEntry::EntryState EntryState,std::optional<ScheduleData * > Bundle,const InstructionsState & S,const EdgeInfo & UserTreeIdx,ArrayRef<int> ReuseShuffleIndices=std::nullopt,ArrayRef<unsigned> ReorderIndices=std::nullopt) newTreeEntry() argument
5875 std::optional<ScheduleData *> Bundle = buildTree_rec() local
9930 auto *Bundle = BlocksSchedules[BB]->getScheduleData(V); getLastInstructionInBundle() local
12442 ScheduleData *Bundle = nullptr; buildBundle() local
12483 __anon1d05f9c6ea02(bool ReSchedule, ScheduleData *Bundle) tryScheduleBundle() argument
12557 auto *Bundle = buildBundle(VL); tryScheduleBundle() local
12574 ScheduleData *Bundle = getScheduleData(OpValue); cancelScheduling() local
16292 SmallVector<Value *, 16> Bundle(Candidates.size()); vectorizeGEPIndices() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp389 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { replaceUnwindCoroEnd() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2838 const auto &Bundle = CS.getOperandBundleAt(i); writeOperandBundles() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1394 parseXRayInstrumentationBundle(StringRef FlagName,StringRef Bundle,ArgList & Args,DiagnosticsEngine & D,XRayInstrSet & S) parseXRayInstrumentationBundle() argument

12