Searched defs:IsPPC64 (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp543 const bool IsPPC64 = Subtarget->isPPC64(); local
[all...]
H A DPPCSubtarget.h96 bool IsPPC64; member in class:llvm::PPCSubtarget
H A DPPCISelDAGToDAG.cpp4759 bool IsPPC64 = PPCSubTarget->isPPC64(); local
4782 bool IsPPC64 = PPCSubTarget->isPPC64(); local
5044 bool IsPPC64 = PPCSubTarget->isPPC64(); local
H A DPPCISelLowering.cpp5369 const bool IsPPC64 = Subtarget.isPPC64(); local
6897 const bool IsPPC64 = Subtarget.isPPC64(); local
6968 getRegClassForSVT(MVT::SimpleValueType SVT, bool IsPPC64) argument
7026 const bool IsPPC64 = Subtarget.isPPC64(); local
7111 const bool IsPPC64 = Subtarget.isPPC64(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp101 bool IsPPC64; member in class:__anon5284::PPCAsmParser
181 bool IsPPC64; member in struct:__anon5284::PPCOperand
580 CreateToken(StringRef Str, SMLoc S, bool IsPPC64) argument
592 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) argument
609 CreateImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) argument
619 CreateExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) argument
631 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) argument
641 CreateContextImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) argument
651 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp434 bool IsPPC64 = TargetTriple.getArch() == Triple::ppc64 || local

Completed in 139 milliseconds