HomeSort by relevance Sort by last modified time
    Searched full:alignstack (Results 26 - 50 of 58) sorted by null

12 3

  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
sibcall.ll 306 define void @t19() alignstack(32) nounwind {
  /external/swiftshader/third_party/LLVM/utils/
llvm.grm 169 | alignstack
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 283 CST_CODE_INLINEASM_OLD = 18, // INLINEASM: [sideeffect|alignstack,
289 CST_CODE_INLINEASM = 23 // INLINEASM: [sideeffect|alignstack|
  /external/llvm/test/Bitcode/
compatibility-3.6.ll 430 declare void @f.alignstack4() alignstack(4)
432 declare void @f.alignstack8() alignstack(8)
    [all...]
compatibility-3.7.ll 438 declare void @f.alignstack4() alignstack(4)
440 declare void @f.alignstack8() alignstack(8)
    [all...]
compatibility-3.8.ll 463 declare void @f.alignstack4() alignstack(4)
465 declare void @f.alignstack8() alignstack(8)
    [all...]
compatibility.ll 537 declare void @f.alignstack4() alignstack(4)
539 declare void @f.alignstack8() alignstack(8)
    [all...]
  /external/llvm/test/CodeGen/X86/
sibcall.ll 378 define void @t19() alignstack(32) nounwind {
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 67 ///alignstack(1))
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 80 Result += "alignstack(";
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 155 /// Whether the function has the \c alignstack attribute.
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 893 // "alignstack 2".
    [all...]
LLLexer.cpp 529 KEYWORD(alignstack);
  /external/llvm/lib/IR/
Attributes.cpp 327 // alignstack=8
352 return AttrWithBytesToString("alignstack");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 568 KEYWORD(alignstack);
LLParser.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 515 bool AlignStack = (MaxAlign > getStackAlignment());
565 if (AlignStack) {
    [all...]
  /external/llvm/docs/
BitCodeFormat.rst     [all...]
LangRef.rst     [all...]
  /external/swiftshader/third_party/LLVM/docs/
BitCodeFormat.html     [all...]
GettingStarted.html 587 1</tt> even at -O0. A test failure in <tt>test/Assembler/alignstack.ll</tt> is
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 3776 milliseconds

12 3