Home
last modified time | relevance | path

Searched defs:IsSuffix (Results 1 – 3 of 3) sorted by relevance

/llvm-project/polly/lib/Support/
H A DDumpModulePass.cpp28 static void runDumpModule(llvm::Module &M, StringRef Filename, bool IsSuffix) { in runDumpModule()
58 bool IsSuffix; member in __anon345e87370111::DumpModuleWrapperPass
69 explicit DumpModuleWrapperPass(std::string Filename, bool IsSuffix) in DumpModuleWrapperPass()
89 bool IsSuffix) { in createDumpModuleWrapperPass()
/llvm-project/polly/include/polly/Support/
H A DDumpModulePass.h39 bool IsSuffix; member
/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp372 bool IsSuffix; // Is the operand actually a suffix on the mnemonic. global() member
2252 CreateToken(StringRef Str,SMLoc S,MCContext & Ctx,bool IsSuffix=false) CreateToken() argument