Home
last modified time | relevance | path

Searched refs:Discard (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp175 auto Discard = [this, T, BO](bool Result) { in VisitBinaryOperator() local
183 return Discard(this->emitEQ(*LT, BO)); in VisitBinaryOperator()
185 return Discard(this->emitNE(*LT, BO)); in VisitBinaryOperator()
187 return Discard(this->emitLT(*LT, BO)); in VisitBinaryOperator()
189 return Discard(this->emitLE(*LT, BO)); in VisitBinaryOperator()
191 return Discard(this->emitGT(*LT, BO)); in VisitBinaryOperator()
193 return Discard(this->emitGE(*LT, BO)); in VisitBinaryOperator()
195 return Discard(this->emitSub(*T, BO)); in VisitBinaryOperator()
197 return Discard(this->emitAdd(*T, BO)); in VisitBinaryOperator()
199 return Discard(this->emitMul(*T, BO)); in VisitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp42 VPINTERNAL_CASE(Discard) \
344 LegalizeStrat.EVLParamStrategy = VPLegalization::Discard; in sanitizeStrategy()
353 if ((LegalizeStrat.EVLParamStrategy == VPLegalization::Discard) || in sanitizeStrategy()
400 case VPLegalization::Discard: in expandVectorPredication()
414 case VPLegalization::Discard: in expandVectorPredication()
H A DLiveDebugVariables.cpp828 bool Discard = false; in handleDebugValue() local
835 Discard = true; in handleDebugValue()
847 Discard = true; in handleDebugValue()
864 if (!Discard) in handleDebugValue()
/freebsd-13.1/libexec/rtld-elf/i386/
H A Drtld_start.S84 addl $8,%esp # Discard binder arguments
90 leal 4(%esp),%esp # Discard reloff, do not change eflags
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-discard-granularity.m43 dnl # Discard granularity and alignment restrictions may now be set.
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h53 virtual void Discard(){}; in Discard() function
104 void Discard();
H A DGDBRemote.h113 void Discard() override;
H A DReproducerProvider.h301 void Discard() override { m_recorders.clear(); } in Discard() function
343 void Discard() override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp193 LLVMOrcMaterializationUnitDiscardFunction Discard, in OrcCAPIMaterializationUnit() argument
198 Discard(Discard), Destroy(Destroy) {} in OrcCAPIMaterializationUnit()
215 Discard(Ctx, wrap(&JD), wrap(OrcV2CAPIHelper::getRawPoolEntryPtr(Name))); in discard()
221 LLVMOrcMaterializationUnitDiscardFunction Discard = nullptr; member in __anonc5d45b8d0111::OrcCAPIMaterializationUnit
365 LLVMOrcMaterializationUnitDiscardFunction Discard, in LLVMOrcCreateCustomMaterializationUnit() argument
375 Name, std::move(SFM), std::move(IS), Ctx, Materialize, Discard, Destroy)); in LLVMOrcCreateCustomMaterializationUnit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp165 Discard(); in ~Generator()
189 void Generator::Discard() { in Discard() function in Generator
195 provider.second->Discard(); in Discard()
H A DGDBRemote.cpp114 void GDBRemoteProvider::Discard() { m_packet_recorders.clear(); } in Discard() function in GDBRemoteProvider
H A DReproducerProvider.cpp118 void ProcessInfoProvider::Discard() { m_process_info_recorders.clear(); } in Discard() function in ProcessInfoProvider
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp331 void LLVMContext::setDiscardValueNames(bool Discard) { in setDiscardValueNames() argument
332 pImpl->DiscardValueNames = Discard; in setDiscardValueNames()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h148 void setDiscardValueNames(bool Discard);
/freebsd-13.1/stand/i386/btx/lib/
H A Dbtxv86.S56 addl $0x4,%esp # Discard pointer
/freebsd-13.1/libexec/rtld-elf/amd64/
H A Drtld_start.S154 leaq 16(%rsp),%rsp # Discard spare, obj, do not change rflags
/freebsd-13.1/contrib/elftoolchain/
H A DREADME.rst35 strip Discard information from ELF objects.
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp155 DiscardTemp Discard{*Temp}; in runPasses() local
H A DExecutionDriver.cpp268 DiscardTemp Discard{*Temp}; in compileProgram() local
H A DExtractFunction.cpp382 DiscardTemp Discard{*Temp}; in extractMappedBlocksFromModule() local
/freebsd-13.1/stand/i386/btx/btx/
H A Dbtx.S376 leal 0x18(%esp,1),%esp # Discard frame
387 except.3: leal 0x8(%esp,1),%esp # Discard err, int no
690 addl $4,%esp # Discard int no
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DOrc.h569 LLVMOrcMaterializationUnitDiscardFunction Discard,
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp382 BoundNodesTreeBuilder Discard(*Builder); in notUnaryOperator() local
383 return !InnerMatchers[0].matches(DynNode, Finder, &Discard); in notUnaryOperator()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1173 bool Discard; in linearFunctionTestReplace() local
1174 L->makeLoopInvariant(ExitCnt, Discard); in linearFunctionTestReplace()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td1471 // Discard comments in assembly strings.
1484 // Discard comments in assembly strings.

12