Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp44 HasBPERMD = true; in handleTargetFeatures()
726 .Case("bpermd", HasBPERMD) in hasFeature()
H A DPPC.h72 bool HasBPERMD = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td127 def FeatureBPERMD : SubtargetFeature<"bpermd", "HasBPERMD", "true",
H A DPPCInstr64Bit.td997 isPPC64, Requires<[HasBPERMD]>;
H A DPPCInstrInfo.td716 def HasBPERMD : Predicate<"Subtarget->hasBPERMD()">;