HomeSort by: relevance | last modified time | path
    Searched refs:isSVR4ABI (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h 342 bool isSVR4ABI() const { return !isAIXABI(); }
345 bool is64BitELFABI() const { return isSVR4ABI() && isPPC64(); }
346 bool is32BitELFABI() const { return isSVR4ABI() && !isPPC64(); }
PPCFrameLowering.cpp 541 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI();
622 bool isSVR4ABI = Subtarget.isSVR4ABI();
624 assert((isSVR4ABI || Subtarget.isAIXABI()) && "Unsupported PPC ABI.");
644 bool HasRedZone = isPPC64 || !isSVR4ABI;
684 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
1189 if (isSVR4ABI && (PPC::CR2 <= Reg && Reg <= PPC::CR4)
1195 if (isSVR4ABI && isPPC64 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) {
1557 bool HasRedZone = Subtarget.isPPC64() || !Subtarget.isSVR4ABI();
PPCRegisterInfo.cpp 311 if (Subtarget.isSVR4ABI()) {
1380 if (Subtarget.isSVR4ABI() && TM.isPositionIndependent())
PPCISelLowering.cpp 3089 if (IsPIC && Subtarget.isSVR4ABI()) {
3177 if (IsPIC && Subtarget.isSVR4ABI()) {
3425 if (IsPIC && Subtarget.isSVR4ABI()) {
5085 Ins, (Subtarget.isSVR4ABI() && CallConv == CallingConv::Cold)
5578 else if (Subtarget.isSVR4ABI() && Subtarget.isPPC64())
5628 assert(Subtarget.isSVR4ABI());
7441 Outs, (Subtarget.isSVR4ABI() && CallConv == CallingConv::Cold)
7456 (Subtarget.isSVR4ABI() && CallConv == CallingConv::Cold)
10897 if (!Subtarget.isSVR4ABI() || Subtarget.isPPC64())
11536 : (Subtarget.isSVR4ABI() && isPositionIndependent() ? PPC::R2
    [all...]
PPCInstrInfo.cpp 5195 if (MF->getSubtarget<PPCSubtarget>().isSVR4ABI()) {
PPCISelDAGToDAG.cpp 5637 const bool isELFABI = Subtarget->isSVR4ABI();

Completed in 52 milliseconds