Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h143 bool HasDirectMove; variable
318 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove()
H A DPPCSubtarget.cpp124 HasDirectMove = false; in initializeEnvironment()
H A DPPCInstrVSX.td1289 let Predicates = [HasVSX, HasDirectMove] in {
1335 } // HasDirectMove
1351 } // HasVSX, IsISA3_0, HasDirectMove
2456 // [HasVSX, HasDirectMove]
2457 // [HasVSX, HasDirectMove, IsBigEndian]
2458 // [HasVSX, HasDirectMove, IsLittleEndian]
2472 // [HasVSX, IsISA3_0, HasDirectMove, IsLittleEndian]
3541 let Predicates = [HasVSX, HasDirectMove] in {
3598 } // HasVSX, HasDirectMove
3625 } // HasVSX, HasDirectMove, IsBigEndian
[all …]
H A DPPC.td158 SubtargetFeature<"direct-move", "HasDirectMove", "true",
H A DPPCISelLowering.cpp9017 bool HasDirectMove, in haveEfficientBuildVectorPattern() argument
9022 (HasDirectMove && (VecVT == MVT::v2i64 || VecVT == MVT::v4i32)); in haveEfficientBuildVectorPattern()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DPPC.cpp50 HasDirectMove = true; in handleTargetFeatures()
665 .Case("direct-move", HasDirectMove) in hasFeature()
H A DPPC.h68 bool HasDirectMove = false; variable