Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp42 bool VectorABI = true; in UsesVectorABI() local
47 VectorABI = false; in UsesVectorABI()
53 VectorABI = true; in UsesVectorABI()
55 VectorABI = false; in UsesVectorABI()
62 return VectorABI && !SoftFloat; in UsesVectorABI()
67 bool VectorABI = UsesVectorABI(CPU, FS); in computeDataLayout() local
88 if (VectorABI) in computeDataLayout()