Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp50 bool VectorABI = true; in UsesVectorABI() local
55 VectorABI = false; in UsesVectorABI()
61 VectorABI = true; in UsesVectorABI()
63 VectorABI = false; in UsesVectorABI()
70 return VectorABI && !SoftFloat; in UsesVectorABI()
75 bool VectorABI = UsesVectorABI(CPU, FS); in computeDataLayout() local
97 if (VectorABI || TT.isOSzOS()) in computeDataLayout()