| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangOffloadBundler.rst | 79 Bundle 1 83 Bundle N 107 1st Bundle Entry ID string 1st Bundle Entry Bundle entry ID of 1st code 112 Nth Bundle Entry Code Object Offset integer 8 113 Nth Bundle Entry Code Object Size integer 8 114 Nth Bundle Entry ID Length integer 8 115 Nth Bundle Entry ID string 1st Bundle Entry 117 1st Bundle Entry Code Object bytes 1st Bundle Entry 120 Nth Bundle Entry Code Object bytes Nth Bundle Entry 126 Bundle Entry ID [all …]
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 273 SmallString<64> Bundle("-fxray-instrumentation-bundle="); in addArgs() local 275 Bundle += "all"; in addArgs() 277 Bundle += "none"; in addArgs() 281 Bundle += "function"; in addArgs() 283 Bundle += "function-entry"; in addArgs() 285 Bundle += "function-exit"; in addArgs() 288 Bundle += "custom"; in addArgs() 290 Bundle += "typed"; in addArgs() 292 CmdArgs.push_back(Args.MakeArgString(Bundle)); in addArgs()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | AssumeBundleQueries.cpp | 143 CallInst::BundleOpInfo* Bundle = getBundleFromUse(U); in getKnowledgeFromUse() local 144 if (!Bundle) in getKnowledgeFromUse() 147 getKnowledgeFromBundle(*cast<AssumeInst>(U->getUser()), *Bundle); in getKnowledgeFromUse() 182 CallInst::BundleOpInfo* Bundle = getBundleFromUse(&U); in getKnowledgeForValue() local 183 if (!Bundle) in getKnowledgeForValue() 186 getKnowledgeFromBundle(*cast<AssumeInst>(U.getUser()), *Bundle)) in getKnowledgeForValue() 188 Filter(RK, cast<Instruction>(U.getUser()), Bundle)) { in getKnowledgeForValue()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | CFBundle.cpp | 159 CFBundle Bundle(ExePath); in getBundleInfo() local 160 if (CFStringRef BundleID = Bundle.GetIdentifier()) { in getBundleInfo() 163 Bundle.GetValueForInfoDictionaryKey(CFSTR("CFBundleVersion"))) { in getBundleInfo() 170 if (CFTypeRef TypeRef = Bundle.GetValueForInfoDictionaryKey( in getBundleInfo()
|
| H A D | dsymutil.cpp | 448 SmallString<128> Bundle(BundleBase); in createBundleDir() local 449 sys::path::append(Bundle, "Contents", "Resources", "DWARF"); in createBundleDir() 451 create_directories(Bundle.str(), true, sys::fs::perms::all_all)) in createBundleDir()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceFileWriter.h | 105 struct Bundle { struct 109 Bundle(const ObjectInfo &Info, uint16_t Flags) in Bundle() argument 112 std::map<BundleKey, Bundle> BundleData; 159 Error insertStringIntoBundle(StringTableInfo::Bundle &Bundle,
|
| H A D | ResourceFileWriter.cpp | 491 Key, StringTableInfo::Bundle(ObjectData, Res->MemoryFlags)); in visitStringTableResource() 1231 using BundleType = ResourceFileWriter::StringTableInfo::Bundle; 1232 BundleType Bundle; member in llvm::rc::BundleResource 1235 : RCResource(StrBundle.MemoryFlags), Bundle(StrBundle) {} in BundleResource() 1250 StringTableInfo::Bundle &Bundle, uint16_t StringID, in insertStringIntoBundle() argument 1253 if (Bundle.Data[StringLoc]) in insertStringIntoBundle() 1256 Bundle.Data[StringLoc] = String; in insertStringIntoBundle() 1262 for (size_t ID = 0; ID < Res->Bundle.Data.size(); ++ID) { in writeStringTableBundleBody() 1267 if (Res->Bundle.Data[ID]) { in writeStringTableBundleBody() 1269 for (StringRef S : *Res->Bundle.Data[ID]) in writeStringTableBundleBody()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | EdgeBundles.h | 47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 197 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) { in ForEachNonZeroByte() local 198 Bundle = HostToLE(Bundle); in ForEachNonZeroByte() 199 for (size_t I = 0; I < Step; I++, Bundle >>= 8) in ForEachNonZeroByte() 200 if (uint8_t V = Bundle & 0xff) in ForEachNonZeroByte()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 354 LiveBundle &Bundle = in runOnMachineFunction() local 360 CallingConv::X86_RegCall) && (Bundle.Mask && !Bundle.FixCount)) { in runOnMachineFunction() 369 Bundle.FixCount = 1; in runOnMachineFunction() 370 Bundle.FixStack[0] = 0; in runOnMachineFunction() 511 const LiveBundle &Bundle = in setupBlockStack() local 514 if (!Bundle.Mask) { in setupBlockStack() 526 pushReg(Bundle.FixStack[i-1]); in setupBlockStack() 558 if (!Bundle.Mask) { in finishBlockStack() 565 if (Bundle.isFixed()) { in finishBlockStack() 567 shuffleStackTop(Bundle.FixStack, Bundle.FixCount, Term); in finishBlockStack() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 171 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in insertCFGuardCheck() local 172 Bundles.push_back(OperandBundleDef(*Bundle)); in insertCFGuardCheck()
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/AlignedBundling/ |
| H A D | illegal-subtarget-change.s | 16 # CHECK: LLVM ERROR: A Bundle can only have one Subtarget.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CodeComplete.cpp | 268 using Bundle = llvm::SmallVector<CompletionCandidate, 4>; typedef 1738 std::vector<CompletionCandidate::Bundle> Bundles; in mergeResults() 1795 for (auto &Bundle : Bundles) in mergeResults() local 1796 addCandidate(Top, std::move(Bundle)); in mergeResults() 1842 CompletionCandidate::Bundle Bundle) { in addCandidate() argument 1846 Relevance.Name = Bundle.front().Name; in addCandidate() 1857 auto &First = Bundle.front(); in addCandidate() 1864 for (const auto &Candidate : Bundle) { in addCandidate() 1910 if (Candidates.push({std::move(Bundle), Scores})) in addCandidate() 1914 CodeCompletion toCodeCompletion(const CompletionCandidate::Bundle &Bundle) { in toCodeCompletion() argument [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCodeEmitter.h | 43 const MCInst *Bundle = nullptr; member
|
| H A D | HexagonMCCodeEmitter.cpp | 376 State.Bundle = &MI; in encodeInstruction() 468 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getFixupNoBits() 730 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getMachineOpValue()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4842 if (!Bundle) { in buildTree_rec() 7532 if (Bundle && Bundle->isPartOfBundle()) in setInsertPointAfterBundle() 7533 for (; Bundle; Bundle = Bundle->NextInBundle) in setInsertPointAfterBundle() 7534 if (Bundle->OpValue == Bundle->Inst) in setInsertPointAfterBundle() 9065 Bundle = BundleMember; in buildBundle() 9073 return Bundle; in buildBundle() 9103 if (Bundle) { in tryScheduleBundle() 9118 while (((!Bundle && ReSchedule) || (Bundle && !Bundle->isReady())) && in tryScheduleBundle() 9168 if (!Bundle->isReady()) { in tryScheduleBundle() 9172 return Bundle; in tryScheduleBundle() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | branch-relax-bundle.ll | 9 ; Bundle used for address in call sequence: 20 bytes
|
| H A D | sgpr-regalloc-flags.ll | 47 ; BASIC-DEFAULT-NEXT: Bundle Machine CFG Edges
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 128 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local 136 Bundle.prepend(MIB); in finalizeBundle()
|
| H A D | ScheduleDAGInstrs.cpp | 1135 MachineBasicBlock::instr_iterator Bundle = MI.getIterator(); in fixupKills() local 1142 MachineBasicBlock::instr_iterator I = std::next(Bundle); in fixupKills() 1149 } while (I != Bundle); in fixupKills()
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hip-toolchain-no-rdc.hip | 89 // Bundle and embed device code in host object for a.cu. 152 // Bundle and embed device code in host object for b.hip.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 125 const CallInst::BundleOpInfo *Bundle) { in tryToPreserveWithoutAddingAssume() argument 134 ToUpdate = &Intr->op_begin()[Bundle->Begin + ABA_Argument]; in tryToPreserveWithoutAddingAssume()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | O0-pipeline.ll | 50 ; CHECK-NEXT: Bundle Machine CFG Edges
|
| H A D | opt-pipeline.ll | 143 ; CHECK-NEXT: Bundle Machine CFG Edges 156 ; CHECK-NEXT: Bundle Machine CFG Edges
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1403 if (auto Bundle = CB->getOperandBundle(LLVMContext::OB_funclet)) in runSjLjOnFunction() local 1404 Bundles.push_back(OperandBundleDef(*Bundle)); in runSjLjOnFunction() 1827 if (auto Bundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in handleLongjmpableCallsForWasmSjLj() local 1828 Instruction *FromPad = cast<Instruction>(Bundle->Inputs[0]); in handleLongjmpableCallsForWasmSjLj()
|