Home
last modified time | relevance | path

Searched refs:Drop (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/flang/runtime/
H A Dlock.h46 void Drop() { pthread_mutex_unlock(&mutex_); } in Drop() function
52 void Drop() { LeaveCriticalSection(&cs_); }
56 void Drop() { mutex_.unlock(); }
61 Drop(); in CheckLocked()
79 ~CriticalSection() { lock_.Drop(); } in ~CriticalSection()
H A Dunit.cpp701 lock_.Drop(); in EndIoStatement()
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dreference-counted.h44 Drop();
51 Drop();
55 ~CountedReference() { Drop(); } in ~CountedReference()
67 void Drop() { in Drop() function
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dadd-sitofp.ll26 ; Drop two highest bits to guarantee that %a + 1 doesn't overflow
40 ; Drop two highest bits to guarantee that %a + 1 doesn't overflow
55 ; Drop two highest bits to guarantee that %a + %b doesn't overflow
75 ; Drop two highest bits to guarantee that %a + %b doesn't overflow
112 ; Drop two highest bits to guarantee that %a + %b doesn't overflow
132 ; Drop two highest bits to guarantee that %a + %b doesn't overflow
/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp81 template<place > class ...Drop>
84 typedef types<typename Drop<_>::type...> drop;
/llvm-project-15.0.7/clang/lib/Support/
H A DCMakeLists.txt3 # Drop clang-tablegen-targets from LLVM_COMMON_DEPENDS.
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dnoundef.ll65 ; Drop the noundef if when we replace the call argument with `undef`. We use a
122 ; Drop the noundef if when we replace the call argument with `undef`. We use a
/llvm-project-15.0.7/llvm/test/DebugInfo/ARM/
H A Dselectiondag-deadcode.ll18 ; crash. Drop the dbg_value instead.
/llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/
H A Dreturned.ll46 ; Drop all these attributes
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp312 MachineInstr *Drop = in runOnMachineFunction() local
316 Drop->getOperand(0).setIsKill(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dmirror-permissions-unix.test40 ## Drop S_ISUID/S_ISGID bits.
H A Dgroup.test83 ## Drop GRP_COMDAT so that the linker will suppress deduplication.
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp850 VSN->Type = demangleType(MangledName, QualifierMangleMode::Drop); in demangleVariableEncoding()
2051 Pointer->Pointee = demangleType(MangledName, QualifierMangleMode::Drop); in demangleMemberPointerType()
2111 ATy->ElementType = demangleType(MangledName, QualifierMangleMode::Drop); in demangleArrayType()
2146 TypeNode *TN = demangleType(MangledName, QualifierMangleMode::Drop); in demangleFunctionParameterList()
2207 TP.N = demangleType(MangledName, QualifierMangleMode::Drop); in demangleTemplateParameterList()
2290 TP.N = demangleType(MangledName, QualifierMangleMode::Drop); in demangleTemplateParameterList()
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Ddrop-poison-generating-flags.ll19 ; Drop poison-generating flags from 'sub' and 'getelementptr' feeding a masked load.
61 ; Drop poison-generating flags from 'sub' and 'getelementptr' feeding a masked load.
144 ; Drop poison-generating flags from vector 'sub' and 'gep' feeding a masked load.
229 ; Drop poison-generating flags from 'sdiv' and 'getelementptr' feeding a masked load.
/llvm-project-15.0.7/lld/test/ELF/
H A Dgdb-index.s9 ## Drop .debug_gnu_pubnames and .debug_gnu_pubtypes.
/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dcanonicalize-duplicate-inputs.mlir96 // Drop dead result.
268 // Drop redundant results.
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/
H A Dminidebuginfo-set-and-hit-breakpoint.test47 # Drop the full debug info from the original binary.
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h125 enum class QualifierMangleMode { Drop, Mangle, Result }; enumerator
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog389 Drop dead flags from the Makefile.
509 9736a8b imath: Drop switchable statics and stdio dependency.
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProcess.inc378 (void)del_curterm(termp); // Drop any errors here.
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DProgram.inc384 // Drop all the backslashes, plus the following character.
/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Dcanonicalize.mlir609 // Drop unused operand %M, propagate %c1022, and promote %N to symbolic.
656 // Drop unused operand %N, drop duplicate operand %M, propagate %c1024, and
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DStringRefTest.cpp1001 TEST(StringRefTest, Drop) { in TEST() argument
/llvm-project-15.0.7/libcxx/lib/abi/
H A DCHANGELOG.TXT19 * f1c30135417f - [libc++] Drop the legacy debug mode symbols by default
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.td845 // Drop default memory space value and replace it with empty attribute.

12