Searched refs:isAlignStack (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 32 bool isAlignStack, AsmDialect asmDialect, bool canThrow) in InlineAsm() argument 35 HasSideEffects(hasSideEffects), IsAlignStack(isAlignStack), in InlineAsm() 45 bool isAlignStack, AsmDialect asmDialect, in get() argument 48 isAlignStack, asmDialect, canThrow); in get()
|
| H A D | ConstantsContext.h | 398 IsAlignStack(Asm->isAlignStack()), AsmDialect(Asm->getDialect()), 410 IsAlignStack == Asm->isAlignStack() &&
|
| H A D | AsmWriter.cpp | 2430 if (IA->isAlignStack()) in WriteAsOperandInternal()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 53 bool isAlignStack, AsmDialect asmDialect, bool canThrow); 67 bool isAlignStack = false, 71 bool isAlignStack() const { return IsAlignStack; } in isAlignStack() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 752 if (int Res = cmpNumbers(L->isAlignStack(), R->isAlignStack())) in cmpInlineAsm()
|
| H A D | ValueMapper.cpp | 370 IA->hasSideEffects(), IA->isAlignStack(), in mapValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 51 if (IA->isAlignStack()) in ExtraFlags()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1162 if (IA->isAlignStack()) in selectCall()
|
| H A D | SelectionDAGBuilder.cpp | 8809 if (IA->isAlignStack()) in ExtraFlags()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1975 unsigned(IA->isAlignStack()) << 1 | in writeConstants()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2541 unsigned(IA->hasSideEffects()) | unsigned(IA->isAlignStack()) << 1 | in writeConstants()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5728 IA->hasSideEffects(), IA->isAlignStack(), in parseFunctionBody()
|