Home
last modified time | relevance | path

Searched defs:Skip (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project/clang/include/clang/Basic/
H A DProfileList.h35 Skip, enumerator
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp60 uint64_t Skip = ((Imm >> 4) & 0x7); printSDelayAluImm() local
127 int64_t Skip = 0; parseSDelayAluImmMnemonic() local
[all...]
H A DAMDGPUInsertDelayAlu.cpp305 unsigned Skip = 0; in emitDelayAlu() local
/llvm-project/mlir/include/mlir/Debug/
H A DExecutionContext.h68 enum Control { Apply = 1, Skip = 2, Step = 3, Next = 4, Finish = 5 }; enumerator
/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h489 setSkipFlatProf(bool Skip) setSkipFlatProf() argument
783 setSkipFlatProf(bool Skip) setSkipFlatProf() argument
/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp343 return Skip; in getAdviceImpl() local
469 return Skip; in getMandatoryAdvice() local
/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp89 for (bool Skip = false; !Lex.LexFromRawLexer(Tok);) { in process() local
/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h100 Skip = 1U << 0, enumerator
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DMemberwiseConstructor.cpp124 Skip, // Do not initialize this field, but allow the tweak anyway. enumerator
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUppercaseLiteralSuffixCheck.cpp141 size_t Skip = 0; in shouldReplaceLiteralSuffix() local
/llvm-project/mlir/include/mlir/IR/
H A DVisitors.h34 enum ResultEnum { Interrupt, Advance, Skip } result; enumerator
/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp331 unsigned Skip = 0; in ExpandFPMLxInstructions() local
/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
/llvm-project/flang/unittests/Runtime/
H A DNamelist.cpp249 TEST(NamelistTests, Skip) { in TEST() argument
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp257 uint32_t Skip = Pad & 0x0F; in handleFieldList() local
/llvm-project/clang-tools-extra/clangd/
H A DConfig.h71 enum class BackgroundPolicy { Build, Skip }; enumerator
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h501 bool Skip = First->FileNotFound(FileName); in EmbedFileNotFound() local
516 bool Skip = First->FileNotFound(FileName); in FileNotFound() local
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h418 bool Skip = false; member
/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp429 bool Skip = (Hints_MRI.first != 0); getRegAllocationHints() local
/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp389 bool Skip = true; shouldSkipFunctionBody() local
H A DPrintPreprocessedOutput.cpp1033 for (unsigned I = 0, Skip = Callbacks->GetNumToksToSkip(); I < Skip; ++I) PrintPreprocessedTokens() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1515 emitRemark(const Function & F,OptimizationRemarkEmitter & ORE,bool Skip) emitRemark() argument
1531 bool Skip = [&]() { selectiveInstrumentationShouldSkip() local
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp703 uint32_t Skip = 0; in finalizeBlockRelax() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py27 Skip, Xfail = range(2) variable in DecorateMode
/llvm-project/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp360 bool Skip; member

12