Home
last modified time | relevance | path

Searched refs:Bundle (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DXRayArgs.cpp228 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 DX86FloatingPoint.cpp348 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 DEdgeBundles.h49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() argument
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h193 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 Defifpswa.h25 IN OUT VOID *Bundle,
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2878 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 DHexagonMCCodeEmitter.h44 const MCInst *Bundle = nullptr; member
H A DHexagonMCCodeEmitter.cpp378 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 DMachineInstrBundle.cpp129 MIBundleBuilder Bundle(MBB, FirstMI, LastMI); in finalizeBundle() local
137 Bundle.prepend(MIB); in finalizeBundle()
H A DRegAllocGreedy.cpp1311 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 Drevision65 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp199 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 DLICM.cpp1240 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 DObjCARCOpts.cpp708 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 DCompilerInvocation.cpp561 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 DBitcodeWriter.cpp2525 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 DVerifier.cpp3526 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 Dservices1061 bdp 581/tcp #Bundle Discovery Protocol
1062 bdp 581/udp #Bundle Discovery Protocol
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200011904 * 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 Dpci_vendors16358 13dd Multimedia Bundle Inc