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

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 59 if (!Subtarget.isSVR4ABI()) {
386 !Subtarget.isSVR4ABI() || // allocated locals.
514 bool isSVR4ABI = Subtarget.isSVR4ABI();
515 assert((isDarwinABI || isSVR4ABI) &&
520 if (!isSVR4ABI)
578 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
585 if (isSVR4ABI) {
598 if (isSVR4ABI) {
787 if (isSVR4ABI && (PPC::CR2 <= Reg && Reg <= PPC::CR4
    [all...]
PPCSubtarget.h 226 bool isSVR4ABI() const { return !isDarwin(); }
PPCSubtarget.cpp 56 if (ST.isPPC64() || ST.isSVR4ABI())
PPCRegisterInfo.cpp 175 if (Subtarget.isSVR4ABI()) {
194 if (Subtarget.isSVR4ABI()) {
657 if (Subtarget.isSVR4ABI() && PPC::CR2 <= Reg && Reg <= PPC::CR4) {
    [all...]
PPCISelLowering.cpp 299 if (Subtarget.isSVR4ABI()) {
319 if (Subtarget.isSVR4ABI() && !isPPC64)
    [all...]
PPCFastISel.cpp     [all...]
PPCISelDAGToDAG.cpp 72 if (!PPCSubTarget->isSVR4ABI())
    [all...]

Completed in 74 milliseconds