Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/tools/llvm-rc/
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
/external/llvm-project/llvm/include/llvm/CodeGen/
DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DEdgeBundles.h48 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks()
/external/llvm-project/llvm/lib/Analysis/
DAssumeBundleQueries.cpp155 CallInst::BundleOpInfo* Bundle = getBundleFromUse(U); in getKnowledgeFromUse() local
195 CallInst::BundleOpInfo* Bundle = getBundleFromUse(&U); in getKnowledgeForValue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.h43 const MCInst *Bundle = nullptr; member
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.h43 const MCInst *Bundle = nullptr; member
/external/llvm-project/clang/lib/Driver/
DXRayArgs.cpp272 SmallString<64> Bundle("-fxray-instrumentation-bundle="); in addArgs() local
/external/llvm-project/llvm/tools/dsymutil/
DCFBundle.cpp159 CFBundle Bundle(ExePath); in getBundleInfo() local
Ddsymutil.cpp377 SmallString<128> Bundle(BundleBase); in createBundleDir() local
/external/llvm/tools/dsymutil/
Ddsymutil.cpp153 llvm::SmallString<128> Bundle(BundleBase); in createBundleDir() local
/external/llvm-project/llvm/lib/Target/X86/
DX86FloatingPoint.cpp354 LiveBundle &Bundle = in runOnMachineFunction() local
513 const LiveBundle &Bundle = in setupBlockStack() local
553 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp354 LiveBundle &Bundle = in runOnMachineFunction() local
513 const LiveBundle &Bundle = in setupBlockStack() local
553 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack() local
/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp117 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp245 using Bundle = llvm::SmallVector<CompletionCandidate, 4>; typedef
1624 for (auto &Bundle : Bundles) in mergeResults() local
1670 CompletionCandidate::Bundle Bundle) { in addCandidate()
1741 CodeCompletion toCodeCompletion(const CompletionCandidate::Bundle &Bundle) { in toCodeCompletion()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstrBundle.cpp129 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstrBundle.cpp129 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local
/external/llvm-project/lld/unittests/DriverTests/
DDarwinLdDriverTest.cpp74 TEST_F(DarwinLdParserTest, Bundle) { in TEST_F() argument
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerTracePC.h197 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) { in ForEachNonZeroByte() local
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerTracePC.h197 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) { in ForEachNonZeroByte() local
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp470 const LiveBundle &Bundle = in setupBlockStack() local
510 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp122 const CallInst::BundleOpInfo *Bundle) { in tryToPreserveWithoutAddingAssume()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632.cpp356 std::unique_ptr<AutoBundle> Bundle; in emitCallToTarget() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1761 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, Optional<ScheduleData *> Bundle, in newTreeEntry()
1774 Optional<ScheduleData *> Bundle, in newTreeEntry()
2708 Optional<ScheduleData *> Bundle = BS.tryScheduleBundle(VL, this, S); in buildTree_rec() local
4177 auto *Bundle = in setInsertPointAfterBundle() local
4204 SmallPtrSet<Value *, 16> Bundle(E->Scalars.begin(), E->Scalars.end()); in setInsertPointAfterBundle() local
5100 ScheduleData *Bundle = nullptr; in tryScheduleBundle() local
5186 ScheduleData *Bundle = getScheduleData(OpValue); in cancelScheduling() local
7867 SmallVector<Value *, 16> Bundle(Candidates.size()); in vectorizeGEPIndices() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1637 TreeEntry *newTreeEntry(ArrayRef<Value *> VL, Optional<ScheduleData *> Bundle, in newTreeEntry()
2552 Optional<ScheduleData *> Bundle = BS.tryScheduleBundle(VL, this, S); in buildTree_rec() local
3894 auto *Bundle = in setInsertPointAfterBundle() local
3921 SmallPtrSet<Value *, 16> Bundle(E->Scalars.begin(), E->Scalars.end()); in setInsertPointAfterBundle() local
4833 ScheduleData *Bundle = nullptr; in tryScheduleBundle() local
4919 ScheduleData *Bundle = getScheduleData(OpValue); in cancelScheduling() local
7441 SmallVector<Value *, 16> Bundle(Candidates.size()); in vectorizeGEPIndices() local

123