Searched defs:isPPC64 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTOCRegDeps.cpp113 const bool isPPC64 = local
H A DPPCTargetMachine.h60 bool isPPC64() const { function in class:llvm::final
H A DPPCSubtarget.cpp241 bool PPCSubtarget::isPPC64() const { return TM.isPPC64(); } function in class:PPCSubtarget
H A DPPCInstrInfo.cpp1276 bool isPPC64 = Subtarget.isPPC64(); local
1490 bool isPPC64 local
2093 bool isPPC64 = Subtarget.isPPC64(); variable
[all...]
H A DPPCAsmPrinter.cpp1610 bool isPPC64 = DL.getPointerSizeInBits() == 64; local
[all...]
H A DPPCFrameLowering.cpp620 bool isPPC64 = Subtarget.isPPC64(); local
1234 bool isPPC64 = Subtarget.isPPC64(); local
1547 bool isPPC64 = Subtarget.isPPC64(); local
1975 const bool isPPC64 = Subtarget.isPPC64(); local
[all...]
H A DPPCISelLowering.cpp145 bool isPPC64 = Subtarget.isPPC64(); local
3695 bool isPPC64 = (PtrVT == MVT::i64); local
4951 bool isPPC64 = Subtarget.isPPC64(); local
4967 CalculateTailCallArgDest(SelectionDAG &DAG, MachineFunction &MF, bool isPPC64, SDValue Arg, int SPDiff, unsigned ArgOffset, SmallVectorImpl<TailCallArgumentInfo>& TailCallArguments) argument
5015 LowerMemOpCallTo( SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue Arg, SDValue PtrOff, int SPDiff, unsigned ArgOffset, bool isPPC64, bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, SmallVectorImpl<TailCallArgumentInfo> &TailCallArguments, const SDLoc &dl) argument
7537 bool isPPC64 = Subtarget.isPPC64(); local
7558 bool isPPC64 = Subtarget.isPPC64(); local
7581 bool isPPC64 = Subtarget.isPPC64(); local
7627 bool isPPC64 = Subtarget.isPPC64(); local
11651 const bool isPPC64 = Subtarget.isPPC64(); local
15864 bool isPPC64 = Subtarget.isPPC64(); local
15893 bool isPPC64 = PtrVT == MVT::i64; local
15915 bool isPPC64 = Subtarget.isPPC64(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp388 bool isPPC64 = TT.isPPC64(); local
H A DPPCMCTargetDesc.cpp70 bool isPPC64 = local
98 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64 || local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp104 bool isPPC64() const { return IsPPC64; } function in class:__anon2548::PPCAsmParser
243 bool isPPC64() const { return IsPPC64; } function in struct:__anon2548::PPCOperand
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h768 bool isPPC64() const { function in class:llvm::Triple

Completed in 149 milliseconds