Home
last modified time | relevance | path

Searched defs:IsAlignStack (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInlineAsm.h44 bool IsAlignStack; variable
/external/llvm/include/llvm/IR/
DInlineAsm.h49 bool IsAlignStack; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DInlineAsm.h47 bool IsAlignStack; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3382 bool IsAlignStack = Record[0] >> 1; in parseConstants() local
3408 bool IsAlignStack = (Record[0] >> 1) & 1; in parseConstants() local
3436 bool IsAlignStack = (Record[OpNum] >> 1) & 1; in parseConstants() local
3472 bool IsAlignStack = (Record[OpNum] >> 1) & 1; in parseConstants() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2736 bool IsAlignStack = Record[0] >> 1; in parseConstants() local
2761 bool IsAlignStack = (Record[0] >> 1) & 1; in parseConstants() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3238 bool IsAlignStack = Record[0] >> 1; in parseConstants() local
3262 bool IsAlignStack = (Record[0] >> 1) & 1; in parseConstants() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp449 LLVMBool HasSideEffects, LLVMBool IsAlignStack, in LLVMGetInlineAsm()
1809 LLVMBool IsAlignStack) { in LLVMConstInlineAsm()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DCore.cpp474 LLVMBool IsAlignStack, in LLVMGetInlineAsm()
1815 LLVMBool IsAlignStack) { in LLVMConstInlineAsm()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c976 value IsAlignStack) { in llvm_const_inline_asm()
/external/llvm/lib/IR/
DCore.cpp1420 LLVMBool IsAlignStack) { in LLVMConstInlineAsm()