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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.h 146 bool isSVR4ABI() const { return !isDarwin(); }
PPCFrameLowering.h 127 if (!Subtarget.isSVR4ABI()) {
PPCFrameLowering.cpp 301 if (Subtarget.isSVR4ABI()) {
544 if (Subtarget.isSVR4ABI()) {
786 if (!Subtarget.isSVR4ABI())
    [all...]
PPCRegisterInfo.cpp 232 if (Subtarget.isSVR4ABI()) {
259 if (Subtarget.isSVR4ABI()) {
PPCISelLowering.cpp 221 if (TM.getSubtarget<PPCSubtarget>().isSVR4ABI()
    [all...]
  /external/llvm/lib/Target/PowerPC/
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...]
PPCSubtarget.h 293 bool isSVR4ABI() const { return !isDarwinABI(); }
PPCRegisterInfo.cpp 227 if (Subtarget.isSVR4ABI()) {
246 if (Subtarget.isSVR4ABI()) {
265 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent)
271 if (Subtarget.isSVR4ABI() && !TM.isPPC64() && IsPositionIndependent)
732 if (Subtarget.isSVR4ABI() && PPC::CR2 <= Reg && Reg <= PPC::CR4) {
    [all...]
PPCISelLowering.cpp 313 if (Subtarget.isSVR4ABI()) {
333 if (Subtarget.isSVR4ABI() && !isPPC64)
    [all...]
PPCISelDAGToDAG.cpp 83 if (!PPCSubTarget->isSVR4ABI())
    [all...]
PPCFastISel.cpp     [all...]

Completed in 93 milliseconds