Searched refs:HasExtDiv (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 115 bool HasExtDiv; variable 250 bool hasExtDiv() const { return HasExtDiv; } in hasExtDiv()
|
D | PPCSubtarget.cpp | 88 HasExtDiv = false; in initializeEnvironment()
|
D | PPCInstr64Bit.td | 674 isPPC64, Requires<[HasExtDiv]>; 679 isPPC64, Requires<[HasExtDiv]>; 683 isPPC64, Requires<[HasExtDiv]>; 688 isPPC64, Requires<[HasExtDiv]>;
|
D | PPC.td | 94 def FeatureExtDiv : SubtargetFeature<"extdiv", "HasExtDiv", "true",
|
D | PPCInstrInfo.td | 794 def HasExtDiv : Predicate<"PPCSubTarget->hasExtDiv()">; 2466 Requires<[HasExtDiv]>; 2471 Requires<[HasExtDiv]>; 2475 Requires<[HasExtDiv]>; 2480 Requires<[HasExtDiv]>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 117 bool HasExtDiv; variable 255 bool hasExtDiv() const { return HasExtDiv; } in hasExtDiv()
|
D | PPCSubtarget.cpp | 89 HasExtDiv = false; in initializeEnvironment()
|
D | PPCInstr64Bit.td | 767 isPPC64, Requires<[HasExtDiv]>; 794 isPPC64, Requires<[HasExtDiv]>; 798 isPPC64, Requires<[HasExtDiv]>; 803 isPPC64, Requires<[HasExtDiv]>;
|
D | PPC.td | 111 def FeatureExtDiv : SubtargetFeature<"extdiv", "HasExtDiv", "true",
|
D | PPCInstrInfo.td | 908 def HasExtDiv : Predicate<"PPCSubTarget->hasExtDiv()">; 2746 Requires<[HasExtDiv]>; 2751 Requires<[HasExtDiv]>; 2755 Requires<[HasExtDiv]>; 2760 Requires<[HasExtDiv]>;
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 860 bool HasExtDiv; member in __anond4862fe70111::PPCTargetInfo 869 HasBPERMD(false), HasExtDiv(false) { in PPCTargetInfo() 1136 HasExtDiv = true; in handleTargetFeatures() 1449 .Case("extdiv", HasExtDiv) in hasFeature()
|