HomeSort by relevance Sort by last modified time
    Searched defs:isSVR4ABI (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.h 146 bool isSVR4ABI() const { return !isDarwin(); }
PPCISelLowering.cpp 221 if (TM.getSubtarget<PPCSubtarget>().isSVR4ABI()
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 293 bool isSVR4ABI() const { return !isDarwinABI(); }
PPCFrameLowering.cpp 106 if (!Subtarget.isSVR4ABI()) {
448 !Subtarget.isSVR4ABI() || // allocated locals.
711 bool isSVR4ABI = Subtarget.isSVR4ABI();
713 assert((Subtarget.isDarwinABI() || isSVR4ABI) &&
718 if (!isSVR4ABI)
777 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
793 if (isSVR4ABI) {
805 if (isSVR4ABI) {
    [all...]
PPCISelLowering.cpp 313 if (Subtarget.isSVR4ABI()) {
333 if (Subtarget.isSVR4ABI() && !isPPC64)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCSubtarget.h 310 bool isSVR4ABI() const { return !isDarwinABI(); }
PPCFrameLowering.cpp 106 if (!Subtarget.isSVR4ABI()) {
686 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI();
720 bool isSVR4ABI = Subtarget.isSVR4ABI();
722 assert((Subtarget.isDarwinABI() || isSVR4ABI) &&
727 if (!isSVR4ABI)
755 bool HasRedZone = isPPC64 || !isSVR4ABI;
787 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
803 if (isSVR4ABI) {
815 if (isSVR4ABI) {
    [all...]
PPCISelLowering.cpp 431 if (Subtarget.isSVR4ABI()) {
451 if (Subtarget.isSVR4ABI() && !isPPC64)
    [all...]

Completed in 92 milliseconds