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

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 104 void setInConsecutiveRegsLast() { Flags |= One << InConsecutiveRegsLastOffs; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetCallingConv.h 106 void setInConsecutiveRegsLast() { IsInConsecutiveRegsLast = 1; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64CallLowering.cpp 223 SplitArgs.back().Flags.setInConsecutiveRegsLast();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMCallLowering.cpp 225 Flags.setInConsecutiveRegsLast();
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 755 milliseconds