Searched defs:isPPC64 (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 70 static unsigned getReturnSaveOffset(bool isPPC64, bool isDarwinABI) { in getReturnSaveOffset() 85 static unsigned getFramePointerSaveOffset(bool isPPC64, bool isDarwinABI) { in getFramePointerSaveOffset() 100 static unsigned getBasePointerSaveOffset(bool isPPC64, bool isDarwinABI) { in getBasePointerSaveOffset() 110 static unsigned getLinkageSize(bool isPPC64, bool isDarwinABI) { in getLinkageSize()
|
D | PPCAsmPrinter.cpp | 308 bool isPPC64 = Subtarget.isPPC64(); in EmitInstruction() local 757 bool isPPC64 = TD->getPointerSizeInBits() == 64; in doFinalization() local 889 bool isPPC64 = TM.getDataLayout()->getPointerSizeInBits() == 64; in EmitFunctionStubs() local 1025 bool isPPC64 = TM.getDataLayout()->getPointerSizeInBits() == 64; in doFinalization() local
|
D | PPCInstrInfo.cpp | 341 bool isPPC64 = Subtarget.isPPC64(); in AnalyzeBranch() local 547 bool isPPC64 = Subtarget.isPPC64(); in InsertBranch() local 1044 bool isPPC64 = Subtarget.isPPC64(); in FoldImmediate() local 1111 bool isPPC64 = Subtarget.isPPC64(); in PredicateInstruction() local 1133 bool isPPC64 = Subtarget.isPPC64(); in PredicateInstruction() local 1171 bool isPPC64 = Subtarget.isPPC64(); in PredicateInstruction() local 1332 bool isPPC64 = Subtarget.isPPC64(); in optimizeCompareInstr() local
|
D | PPCFrameLowering.cpp | 511 bool isPPC64 = Subtarget.isPPC64(); in emitPrologue() local 838 bool isPPC64 = Subtarget.isPPC64(); in emitEpilogue() local 1068 bool isPPC64 = Subtarget.isPPC64(); in processFunctionBeforeCalleeSavedScan() local 1426 restoreCRs(bool isPPC64, bool is31, in restoreCRs()
|
D | PPCSubtarget.h | 168 bool isPPC64() const { return IsPPC64; } in isPPC64() function
|
D | PPCISelLowering.cpp | 74 bool isPPC64 = Subtarget.isPPC64(); in PPCTargetLowering() local 1916 bool isPPC64 = (PtrVT == MVT::i64); in LowerINIT_TRAMPOLINE() local 2720 bool isPPC64 = PtrVT == MVT::i64; in LowerFormalArguments_Darwin() local 3180 bool isPPC64, in EmitTailCallStoreFPAndRetAddr() 3215 CalculateTailCallArgDest(SelectionDAG &DAG, MachineFunction &MF, bool isPPC64, in CalculateTailCallArgDest() 3281 unsigned ArgOffset, bool isPPC64, bool isTailCall, in LowerMemOpCallTo() 3305 SDLoc dl, bool isPPC64, int SPDiff, unsigned NumBytes, in PrepareTailCall() 3337 bool isPPC64 = Subtarget.isPPC64(); in PrepareCall() local 4369 bool isPPC64 = PtrVT == MVT::i64; in LowerCall_Darwin() local 4818 bool isPPC64 = Subtarget.isPPC64(); in LowerSTACKRESTORE() local [all …]
|
D | PPCISelDAGToDAG.cpp | 749 bool isPPC64 = (PtrVT == MVT::i64); in SelectSETCC() local 1269 bool isPPC64 = (PtrVT == MVT::i64); in Select() local
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 52 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64 || in createPPCMCRegisterInfo() local 71 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64 || in createPPCMCAsmInfo() local
|
D | PPCMCCodeEmitter.cpp | 275 bool isPPC64 = TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le; in getTLSRegEncoding() local
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 227 bool isPPC64() const { return IsPPC64; } in isPPC64() function in __anonbde550690111::PPCAsmParser 359 bool isPPC64() const { return IsPPC64; } in isPPC64() function
|