Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h818 SmallVector<unsigned, 2> OpVals; member
H A DSystemZISelLowering.cpp824 OpVals.push_back(Mask); in isVectorConstantLegal()
836 OpVals.push_back(((unsigned) SignedValue)); in isVectorConstantLegal()
848 OpVals.push_back(Start - (64 - SplatBitSize)); in isVectorConstantLegal()
849 OpVals.push_back(End - (64 - SplatBitSize)); in isVectorConstantLegal()
7150 Word = DAG.getConstant(VCI.OpVals[0], SDLoc(SN), MVT::i32); in combineSTORE()
7174 VCI.Opcode == SystemZISD::REPLICATE && VCI.OpVals[0] == 1 && in combineSTORE()
H A DSystemZISelDAGToDAG.cpp1187 for (unsigned OpVal : VCI.OpVals) in loadVectorConstant()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6130 std::pair<size_t, size_t> OpVals = in generateKeySubkey() local
6133 Key = hash_combine(OpVals.first, Key); in generateKeySubkey()
6134 SubKey = hash_combine(OpVals.first, SubKey); in generateKeySubkey()