Searched refs:IndexVal (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIModeRegisterDefaults.cpp | 241 uint32_t IndexVal = FltRounds; in decodeFltRoundToHWConversionTable() local 242 if (IndexVal > TowardNegative) in decodeFltRoundToHWConversionTable() 243 IndexVal -= ExtendedFltRoundOffset; in decodeFltRoundToHWConversionTable() 244 return (FltRoundToHWConversionTable >> (IndexVal << 2)) & 0xf; in decodeFltRoundToHWConversionTable()
|
H A D | SIISelLowering.cpp | 4152 SDValue IndexVal = in lowerSET_ROUNDING() local 4157 DAG.getNode(ISD::SHL, SL, MVT::i32, IndexVal, Two); in lowerSET_ROUNDING()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 52 auto *IndexVal = ConstantInt::get(Type::getInt8Ty(Context), Index); in makeSubFnCall() local 58 return CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt->getIterator()); in makeSubFnCall()
|
H A D | CoroSplit.cpp | 429 ConstantInt *IndexVal = Shape.getIndex(Shape.CoroSuspends.size() - 1); in markCoroutineAsDone() local 433 Builder.CreateStore(IndexVal, FinalIndex); in markCoroutineAsDone() 1500 ConstantInt *IndexVal = Shape.getIndex(SuspendIndex); in createResumeEntryBlock() local 1514 Builder.CreateStore(IndexVal, GepIndex); in createResumeEntryBlock() 1548 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 391 Value IndexVal(Data->IndexType, Index); in handleOutOfBoundsImpl() local 393 << IndexVal << Data->ArrayType; in handleOutOfBoundsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1931 unsigned IndexVal = Index->getAsZExtVal(); in LowerSIGN_EXTEND_INREG() local 1936 DAG.getConstant(IndexVal * Scale, DL, Index->getValueType(0)); in LowerSIGN_EXTEND_INREG()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1191 llvm::Value *IndexVal = Builder.CreateIntCast(Index, SizeTy, IndexSigned); in EmitBoundsCheckImpl() local 1199 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal) in EmitBoundsCheckImpl() 1200 : Builder.CreateICmpULE(IndexVal, BoundVal); in EmitBoundsCheckImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4861 const Value *IndexVal = GEP->getOperand(GEP->getNumOperands() - 1); in getUniformBase() local 4864 if (BasePtr->getType()->isVectorTy() || !IndexVal->getType()->isVectorTy()) in getUniformBase() 4877 Index = SDB->getValue(IndexVal); in getUniformBase()
|
H A D | DAGCombiner.cpp | 22604 unsigned IndexVal = in visitEXTRACT_VECTOR_ELT() local 22606 SDValue Elt = VecOp.getOperand(IndexVal); in visitEXTRACT_VECTOR_ELT()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 11061 APSInt IndexVal = E->getShuffleMaskIdx(Info.Ctx, EltNum); in handleVectorShuffle() local 11062 int64_t index = IndexVal.getExtValue(); in handleVectorShuffle()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 21918 uint64_t IndexVal = CIndex->getZExtValue(); in replaceSplatVectorStore() local 21919 if (IndexVal >= NumVecElts) in replaceSplatVectorStore() 21921 IndexNotInserted.reset(IndexVal); in replaceSplatVectorStore()
|