| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | XRayArgs.cpp | 228 SmallString<64> Bundle("-fxray-instrumentation-bundle="); in addArgs() local 230 Bundle += "all"; in addArgs() 232 Bundle += "none"; in addArgs() 235 Bundle += "function"; in addArgs() 237 Bundle += "custom"; in addArgs() 239 Bundle += "typed"; in addArgs() 241 CmdArgs.push_back(Args.MakeArgString(Bundle)); in addArgs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 348 LiveBundle &Bundle = in runOnMachineFunction() local 354 CallingConv::X86_RegCall) && (Bundle.Mask && !Bundle.FixCount)) { in runOnMachineFunction() 363 Bundle.FixCount = 1; in runOnMachineFunction() 364 Bundle.FixStack[0] = 0; in runOnMachineFunction() 507 const LiveBundle &Bundle = in setupBlockStack() local 510 if (!Bundle.Mask) { in setupBlockStack() 522 pushReg(Bundle.FixStack[i-1]); in setupBlockStack() 554 if (!Bundle.Mask) { in finishBlockStack() 561 if (Bundle.isFixed()) { in finishBlockStack() 563 shuffleStackTop(Bundle.FixStack, Bundle.FixCount, Term); in finishBlockStack() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | EdgeBundles.h | 49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() argument
|
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 193 if (LargeType Bundle = *reinterpret_cast<const LargeType *>(P)) in ForEachNonZeroByte() local 194 for (size_t I = 0; I < Step; I++, Bundle >>= 8) in ForEachNonZeroByte() 195 if (uint8_t V = Bundle & 0xff) in ForEachNonZeroByte()
|
| /freebsd-12.1/stand/efi/include/ |
| H A D | efifpswa.h | 25 IN OUT VOID *Bundle,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2878 auto *Bundle = in setInsertPointAfterBundle() local 2880 if (Bundle && Bundle->isPartOfBundle()) in setInsertPointAfterBundle() 2881 for (; Bundle; Bundle = Bundle->NextInBundle) in setInsertPointAfterBundle() 2882 if (Bundle->OpValue == Bundle->Inst) in setInsertPointAfterBundle() 2883 LastInst = Bundle->Inst; in setInsertPointAfterBundle() 2909 if (Bundle.empty()) in setInsertPointAfterBundle() 3822 ScheduleData *Bundle = nullptr; in tryScheduleBundle() local 3850 Bundle = BundleMember; in tryScheduleBundle() 3895 if (!Bundle->isReady()) { in tryScheduleBundle() 3909 assert(!Bundle->IsScheduled && in cancelScheduling() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCodeEmitter.h | 44 const MCInst *Bundle = nullptr; member
|
| H A D | HexagonMCCodeEmitter.cpp | 378 State.Bundle = &MI; in encodeInstruction() 479 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getFixupNoBits() 742 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getMachineOpValue()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineInstrBundle.cpp | 129 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local 137 Bundle.prepend(MIB); in finalizeBundle()
|
| H A D | RegAllocGreedy.cpp | 1311 unsigned Bundle = NewBundles[i]; in growRegion() local 1313 ArrayRef<unsigned> Blocks = Bundles->getBlocks(Bundle); in growRegion()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | revision | 65 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 199 if (auto Bundle = NewCE->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnds() local 200 Value *FromPad = Bundle->Inputs[0]; in replaceUnwindCoroEnds()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1240 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); in CloneInstructionInExitBlock() local 1241 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock() 1244 OpBundles.emplace_back(Bundle); in CloneInstructionInExitBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCOpts.cpp | 708 auto Bundle = CI.getOperandBundleAt(I); in CloneCallInstForBB() local 710 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB() 712 OpBundles.emplace_back(Bundle); in CloneCallInstForBB()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 561 static void parseXRayInstrumentationBundle(StringRef FlagName, StringRef Bundle, in parseXRayInstrumentationBundle() argument 565 llvm::SplitString(Bundle, BundleParts, ","); in parseXRayInstrumentationBundle() 570 D.Report(diag::err_drv_invalid_value) << FlagName << Bundle; in parseXRayInstrumentationBundle()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2525 const auto &Bundle = CS.getOperandBundleAt(i); in writeOperandBundles() local 2526 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName())); in writeOperandBundles() 2528 for (auto &Input : Bundle.Inputs) in writeOperandBundles()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 3526 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors() local 3527 FromPad = Bundle->Inputs[0]; in visitEHPadPredecessors()
|
| /freebsd-12.1/usr.sbin/services_mkdb/ |
| H A D | services | 1061 bdp 581/tcp #Bundle Discovery Protocol 1062 bdp 581/udp #Bundle Discovery Protocol
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2000 | 11904 * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle. 11905 (__ia64_nonlocal_goto): Bundle. Don't kill r7.
|
| /freebsd-12.1/share/misc/ |
| H A D | pci_vendors | 16358 13dd Multimedia Bundle Inc
|