Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.h105 struct Bundle { struct
106 std::array<Optional<std::vector<StringRef>>, 16> Data;
107 ObjectInfo DeclTimeInfo;
108 uint16_t MemoryFlags;
109 Bundle(const ObjectInfo &Info, uint16_t Flags) in Bundle() function
H A DResourceFileWriter.cpp1232 BundleType Bundle; member in llvm::rc::BundleResource
1250 StringTableInfo::Bundle &Bundle, uint16_t StringID, in insertStringIntoBundle()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp143 CallInst::BundleOpInfo* Bundle = getBundleFromUse(U); in getKnowledgeFromUse() local
182 CallInst::BundleOpInfo* Bundle = getBundleFromUse(&U); in getKnowledgeForValue() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h43 const MCInst *Bundle = nullptr; member
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/
H A DXRayArgs.cpp272 SmallString<64> Bundle("-fxray-instrumentation-bundle="); in addArgs() local
/netbsd/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DCFBundle.cpp159 CFBundle Bundle(ExePath); in getBundleInfo() local
H A Ddsymutil.cpp380 SmallString<128> Bundle(BundleBase); in createBundleDir() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp354 LiveBundle &Bundle = in runOnMachineFunction() local
513 const LiveBundle &Bundle = in setupBlockStack() local
553 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp127 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local
H A DScheduleDAGInstrs.cpp1147 MachineBasicBlock::instr_iterator Bundle = MI.getIterator(); in fixupKills() local
H A DRegAllocGreedy.cpp1367 for (unsigned Bundle : NewBundles) { in growRegion() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.h213 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) in ForEachNonZeroByte() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp123 const CallInst::BundleOpInfo *Bundle) { in tryToPreserveWithoutAddingAssume()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1839 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, Optional<ScheduleData *> Bundle, in newTreeEntry()
1852 Optional<ScheduleData *> Bundle, in newTreeEntry()
2792 Optional<ScheduleData *> Bundle = BS.tryScheduleBundle(VL, this, S); in buildTree_rec() local
4658 auto *Bundle = in setInsertPointAfterBundle() local
4685 SmallPtrSet<Value *, 16> Bundle(E->Scalars.begin(), E->Scalars.end()); in setInsertPointAfterBundle() local
5676 ScheduleData *Bundle = nullptr; in tryScheduleBundle() local
5681 ScheduleData *Bundle) { in tryScheduleBundle()
5769 ScheduleData *Bundle = getScheduleData(OpValue); in cancelScheduling() local
8245 SmallVector<Value *, 16> Bundle(Candidates.size()); in vectorizeGEPIndices() local
/netbsd/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp724 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); in ReadBundle() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1552 if (auto Bundle = Call->getOperandBundle(LLVMContext::OB_deopt)) in makeStatepointExplicitImpl() local
1555 if (auto Bundle = Call->getOperandBundle(LLVMContext::OB_gc_transition)) { in makeStatepointExplicitImpl() local
H A DLICM.cpp1461 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); in cloneInstructionInExitBlock() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp778 auto Bundle = CI.getOperandBundleAt(I); in CloneCallInstForBB() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2417 Optional<OperandBundleUse> Bundle = in visitCallBase() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp304 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2700 const auto &Bundle = CS.getOperandBundleAt(i); in writeOperandBundles() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp3942 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors() local
H A DInstructions.cpp458 auto Bundle = CB->getOperandBundleAt(I); in removeOperandBundle() local
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1257 static void parseXRayInstrumentationBundle(StringRef FlagName, StringRef Bundle, in parseXRayInstrumentationBundle()

12