HomeSort by relevance Sort by last modified time
    Searched refs:ABIAlignment (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 431 unsigned ABIAlignment = TD.getABITypeAlignment(
434 if (LD->getAlignment() >= ABIAlignment)
513 unsigned ABIAlignment = DAG.getDataLayout().getABITypeAlignment(
516 if (ST->getAlignment() >= ABIAlignment) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 401 unsigned ABIAlignment = getTargetData()->
404 if (LD->getAlignment() >= ABIAlignment)
501 unsigned ABIAlignment = getTargetData()->
504 if (ST->getAlignment() >= ABIAlignment) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 370 milliseconds