Searched refs:HasDirectMove (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | PPC.cpp | 52 HasDirectMove = true; in handleTargetFeatures() 684 .Case("direct-move", HasDirectMove) in hasFeature()
|
| H A D | PPC.h | 68 bool HasDirectMove = false; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrVSX.td | 1291 let Predicates = [HasVSX, HasDirectMove] in { 1337 } // HasDirectMove 1353 } // HasVSX, IsISA3_0, HasDirectMove 2464 // [HasVSX, HasDirectMove] 2465 // [HasVSX, HasDirectMove, IsBigEndian] 2466 // [HasVSX, HasDirectMove, IsLittleEndian] 2480 // [HasVSX, IsISA3_0, HasDirectMove, IsLittleEndian] 3576 let Predicates = [HasVSX, HasDirectMove] in { 3633 } // HasVSX, HasDirectMove 3660 } // HasVSX, HasDirectMove, IsBigEndian [all …]
|
| H A D | PPC.td | 166 SubtargetFeature<"direct-move", "HasDirectMove", "true",
|
| H A D | PPCISelLowering.cpp | 9169 bool HasDirectMove, in haveEfficientBuildVectorPattern() argument 9174 (HasDirectMove && (VecVT == MVT::v2i64 || VecVT == MVT::v4i32)); in haveEfficientBuildVectorPattern()
|