Home
last modified time | relevance | path

Searched refs:IsISA3_1 (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h150 bool IsISA3_1; variable
323 bool isISA3_1() const { return IsISA3_1; } in isISA3_1()
H A DPPCSubtarget.cpp130 IsISA3_1 = false; in initializeEnvironment()
H A DPPCInstrPrefix.td842 def IsISA3_1 : Predicate<"Subtarget->isISA3_1()">;
1909 let Predicates = [IsISA3_1] in {
2409 let Predicates = [IsISA3_1, HasVSX] in {
2485 let Predicates = [IsISA3_1] in {
2515 let Predicates = [IsISA3_1, HasFPU] in {
2522 let Predicates = [IsISA3_1] in {
2561 let Predicates = [IsISA3_1, HasVSX] in {
2591 let AddedComplexity = 400, Predicates = [IsISA3_1, HasVSX] in {
2713 let Predicates = [IsISA3_1, HasVSX, IsLittleEndian] in {
2758 let Predicates = [IsISA3_1, HasVSX, IsBigEndian, IsPPC32] in {
[all …]
H A DPPCScheduleP9.td47 PCRelativeMemops, IsISA3_1];
H A DPPC.td216 def FeatureISA3_1 : SubtargetFeature<"isa-v31-instructions", "IsISA3_1",
H A DPPCInstrInfo.td4697 let Predicates = [IsISA3_1] in {