Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp52 HasDirectMove = true; in handleTargetFeatures()
684 .Case("direct-move", HasDirectMove) in hasFeature()
H A DPPC.h68 bool HasDirectMove = false; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td1291 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 DPPC.td166 SubtargetFeature<"direct-move", "HasDirectMove", "true",
H A DPPCISelLowering.cpp9169 bool HasDirectMove, in haveEfficientBuildVectorPattern() argument
9174 (HasDirectMove && (VecVT == MVT::v2i64 || VecVT == MVT::v4i32)); in haveEfficientBuildVectorPattern()