Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp1010 bool IsVALIGN) { in UpgradeX86ALIGNIntrinsics() argument
1014 assert((IsVALIGN || NumElts % 16 == 0) && "Illegal NumElts for PALIGNR!"); in UpgradeX86ALIGNIntrinsics()
1015 assert((!IsVALIGN || NumElts <= 16) && "NumElts too large for VALIGN!"); in UpgradeX86ALIGNIntrinsics()
1019 if (IsVALIGN) in UpgradeX86ALIGNIntrinsics()
1040 if (!IsVALIGN && Idx >= 16) // Disable wrap for VALIGN. in UpgradeX86ALIGNIntrinsics()
/external/llvm-project/llvm/lib/IR/
DAutoUpgrade.cpp1132 bool IsVALIGN) { in UpgradeX86ALIGNIntrinsics() argument
1136 assert((IsVALIGN || NumElts % 16 == 0) && "Illegal NumElts for PALIGNR!"); in UpgradeX86ALIGNIntrinsics()
1137 assert((!IsVALIGN || NumElts <= 16) && "NumElts too large for VALIGN!"); in UpgradeX86ALIGNIntrinsics()
1141 if (IsVALIGN) in UpgradeX86ALIGNIntrinsics()
1162 if (!IsVALIGN && Idx >= 16) // Disable wrap for VALIGN. in UpgradeX86ALIGNIntrinsics()