Searched refs:isAlignStack (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | 367 IsAlignStack(Asm->isAlignStack()), AsmDialect(Asm->getDialect()), 379 IsAlignStack == Asm->isAlignStack() &&
|
| H A D | Core.cpp | 532 return cast<InlineAsm>(Val)->isAlignStack(); in LLVMGetInlineAsmNeedsAlignedStack()
|
| H A D | AsmWriter.cpp | 2488 if (IA->isAlignStack()) in WriteAsOperandInternal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 54 bool isAlignStack, AsmDialect asmDialect, bool canThrow); 68 bool isAlignStack = false, 72 bool isAlignStack() const { return IsAlignStack; } in isAlignStack() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 823 if (int Res = cmpNumbers(L->isAlignStack(), R->isAlignStack())) in cmpInlineAsm()
|
| H A D | ValueMapper.cpp | 372 IA->hasSideEffects(), IA->isAlignStack(), in mapValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 51 if (IA->isAlignStack()) in ExtraFlags()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1158 if (IA->isAlignStack()) in selectCall()
|
| H A D | SelectionDAGBuilder.cpp | 9216 if (IA->isAlignStack()) in ExtraFlags()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1974 unsigned(IA->isAlignStack()) << 1 | in writeConstants()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2590 unsigned(IA->hasSideEffects()) | unsigned(IA->isAlignStack()) << 1 | in writeConstants()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5772 IA->hasSideEffects(), IA->isAlignStack(), in parseFunctionBody()
|