Searched refs:HasDirectMove (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 52 HasDirectMove = true; in handleTargetFeatures() 724 .Case("direct-move", HasDirectMove) in hasFeature()
|
H A D | PPC.h | 70 bool HasDirectMove = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrVSX.td | 127 def HasDirectMove : Predicate<"Subtarget->hasDirectMove()">; 1291 let Predicates = [HasVSX, HasDirectMove] in { 1337 } // HasDirectMove 1341 let Predicates = [HasVSX, IsISA3_0, HasDirectMove] in { 1353 } // HasVSX, IsISA3_0, HasDirectMove 2464 // [HasVSX, HasDirectMove] 2465 // [HasVSX, HasDirectMove, IsBigEndian] 2466 // [HasVSX, HasDirectMove, IsLittleEndian] 2467 // [HasVSX, HasDirectMove, NoP9Altivec, IsBigEndian, IsPPC64] 2468 // [HasVSX, HasDirectMove, NoP9Vector, IsBigEndian, IsPPC64] [all …]
|
H A D | PPC.td | 167 SubtargetFeature<"direct-move", "HasDirectMove", "true",
|
H A D | PPCISelLowering.cpp | 9295 bool HasDirectMove, in haveEfficientBuildVectorPattern() argument 9300 (HasDirectMove && (VecVT == MVT::v2i64 || VecVT == MVT::v4i32)); in haveEfficientBuildVectorPattern()
|