Home
last modified time | relevance | path

Searched refs:IsPPC64 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp248 bool IsPPC64; member in __anon2bc6fcb20111::PPCAsmParser
254 bool isPPC64() const { return IsPPC64; } in isPPC64()
299 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 || in PPCAsmParser()
331 bool IsPPC64; member
364 IsPPC64 = o.IsPPC64; in PPCOperand()
389 bool isPPC64() const { return IsPPC64; } in isPPC64()
514 if (!IsPPC64) { in isDirectBr()
696 bool IsPPC64) { in CreateToken()
702 Op->IsPPC64 = IsPPC64; in CreateToken()
707 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()
[all …]
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCSubtarget.cpp53 IsPPC64(TargetTriple.getArch() == Triple::ppc64 || in PPCSubtarget()
124 if (IsPPC64 && has64BitSupport()) in initSubtargetFeatures()
HDPPCSubtarget.h86 bool IsPPC64; variable
HDPPCISelDAGToDAG.cpp2830 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local
2833 (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in Select()
2834 (IsPPC64 ? PPC::BDZ8 : PPC::BDZ), in Select()
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp328 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 || in getShadowMapping() local
354 if (IsPPC64) in getShadowMapping()
379 Mapping.OrShadowOffset = !IsPPC64 && !(Mapping.Offset & (Mapping.Offset - 1)); in getShadowMapping()