| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 272 SmallString<64> Bundle("-fxray-instrumentation-bundle="); in addArgs() local 274 Bundle += "all"; in addArgs() 276 Bundle += "none"; in addArgs() 280 Bundle += "function"; in addArgs() 282 Bundle += "function-entry"; in addArgs() 284 Bundle += "function-exit"; in addArgs() 287 Bundle += "custom"; in addArgs() 289 Bundle += "typed"; in addArgs() 291 CmdArgs.push_back(Args.MakeArgString(Bundle)); in addArgs()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | EdgeBundles.h | 47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() argument
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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() 513 const LiveBundle &Bundle = in setupBlockStack() local 516 if (!Bundle.Mask) { in setupBlockStack() 528 pushReg(Bundle.FixStack[i-1]); in setupBlockStack() 560 if (!Bundle.Mask) { in finishBlockStack() 567 if (Bundle.isFixed()) { in finishBlockStack() 569 shuffleStackTop(Bundle.FixStack, Bundle.FixCount, Term); in finishBlockStack() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2806 if (!Bundle) { in buildTree_rec() 4831 auto *Bundle = in setInsertPointAfterBundle() local 4833 if (Bundle && Bundle->isPartOfBundle()) in setInsertPointAfterBundle() 4834 for (; Bundle; Bundle = Bundle->NextInBundle) in setInsertPointAfterBundle() 4835 if (Bundle->OpValue == Bundle->Inst) in setInsertPointAfterBundle() 4862 if (Bundle.empty()) in setInsertPointAfterBundle() 5973 if (Bundle) { in tryScheduleBundle() 5983 while (((!Bundle && ReSchedule) || (Bundle && !Bundle->isReady())) && in tryScheduleBundle() 6034 if (!Bundle->isReady()) { in tryScheduleBundle() 6038 return Bundle; in tryScheduleBundle() [all …]
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efifpswa.h | 25 IN OUT VOID *Bundle,
|
| /freebsd-13.1/contrib/llvm-project/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() 471 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getFixupNoBits() 735 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getMachineOpValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 127 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local 135 Bundle.prepend(MIB); in finalizeBundle()
|
| H A D | ScheduleDAGInstrs.cpp | 1145 MachineBasicBlock::instr_iterator Bundle = MI.getIterator(); in fixupKills() local 1152 MachineBasicBlock::instr_iterator I = std::next(Bundle); in fixupKills() 1159 } while (I != Bundle); in fixupKills()
|
| H A D | RegAllocGreedy.cpp | 1386 for (unsigned Bundle : NewBundles) { in growRegion() local 1388 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | revision | 65 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 123 const CallInst::BundleOpInfo *Bundle) { in tryToPreserveWithoutAddingAssume() argument 132 ToUpdate = &Intr->op_begin()[Bundle->Begin + ABA_Argument]; in tryToPreserveWithoutAddingAssume()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1567 if (auto Bundle = Call->getOperandBundle(LLVMContext::OB_deopt)) in makeStatepointExplicitImpl() local 1568 DeoptArgs = Bundle->Inputs; in makeStatepointExplicitImpl() 1570 if (auto Bundle = Call->getOperandBundle(LLVMContext::OB_gc_transition)) { in makeStatepointExplicitImpl() local 1571 TransitionArgs = Bundle->Inputs; in makeStatepointExplicitImpl()
|
| H A D | LICM.cpp | 1489 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); in cloneInstructionInExitBlock() local 1490 if (Bundle.getTagID() == LLVMContext::OB_funclet) in cloneInstructionInExitBlock() 1493 OpBundles.emplace_back(Bundle); in cloneInstructionInExitBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2513 Optional<OperandBundleUse> Bundle = in visitCallBase() local 2516 if (!Bundle.hasValue() || NumOfGCLives == Bundle->Inputs.size()) in visitCallBase() 2521 for (unsigned I = 0, E = Bundle->Inputs.size(); I < E; ++I) { in visitCallBase() 2522 Value *V = Bundle->Inputs[I]; in visitCallBase()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCOpts.cpp | 781 auto Bundle = CI.getOperandBundleAt(I); in CloneCallInstForBB() local 783 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB() 785 OpBundles.emplace_back(Bundle); in CloneCallInstForBB()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 306 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd() local 307 auto *FromPad = cast<CleanupPadInst>(Bundle->Inputs[0]); in replaceUnwindCoroEnd()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 462 auto Bundle = CB->getOperandBundleAt(I); in removeOperandBundle() local 463 if (Bundle.getTagID() == ID) { in removeOperandBundle() 467 Bundles.emplace_back(Bundle); in removeOperandBundle()
|
| H A D | Verifier.cpp | 3908 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors() local 3909 FromPad = Bundle->Inputs[0]; in visitEHPadPredecessors()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1257 static void parseXRayInstrumentationBundle(StringRef FlagName, StringRef Bundle, in parseXRayInstrumentationBundle() argument 1261 llvm::SplitString(Bundle, BundleParts, ","); in parseXRayInstrumentationBundle() 1266 D.Report(diag::err_drv_invalid_value) << FlagName << Bundle; in parseXRayInstrumentationBundle()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1220 OperandBundleDef Bundle,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2704 const auto &Bundle = CS.getOperandBundleAt(i); in writeOperandBundles() local 2705 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName())); in writeOperandBundles() 2707 for (auto &Input : Bundle.Inputs) in writeOperandBundles()
|
| /freebsd-13.1/usr.sbin/services_mkdb/ |
| H A D | services | 1053 bdp 581/tcp #Bundle Discovery Protocol 1054 bdp 581/udp #Bundle Discovery Protocol
|