Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.h51 Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool InBounds,
DConstantFold.cpp2190 bool InBounds, in ConstantFoldGetElementPtr() argument
2321 NewIndices, InBounds && cast<GEPOperator>(CE)->isInBounds(), in ConstantFoldGetElementPtr()
2349 Idxs, InBounds, InRangeIndex); in ConstantFoldGetElementPtr()
2481 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, InBounds, in ConstantFoldGetElementPtr()
2487 if (!Unknown && !InBounds) in ConstantFoldGetElementPtr()
DConstants.cpp2076 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr() argument
2086 ConstantFoldGetElementPtr(Ty, C, InBounds, InRangeIndex, Idxs)) in getGetElementPtr()
2123 unsigned SubClassOptionalData = InBounds ? GEPOperator::IsInBounds : 0; in getGetElementPtr()
DCore.cpp2931 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds) { in LLVMSetIsInBounds() argument
2932 return unwrap<GetElementPtrInst>(GEP)->setIsInBounds(InBounds); in LLVMSetIsInBounds()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h1156 bool InBounds = false,
1161 InBounds, InRangeIndex, OnlyIfReducedTy);
1164 bool InBounds = false,
1170 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex,
1175 bool InBounds = false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp182 InBounds = 0x08 enumerator
238 if (GN.Flags & GepNode::InBounds) { in operator <<()
349 uint32_t InBounds = GepI->isInBounds() ? GepNode::InBounds : 0; in processGepInst() local
353 N->Flags |= GepNode::Root | InBounds; in processGepInst()
389 Nx->Flags |= GepNode::Internal | InBounds; in processGepInst()
1130 NewInst->setIsInBounds(RN->Flags & GepNode::InBounds); in fabricateGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp669 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis() local
675 if (InBounds) in rewriteCandidateWithBasis()
685 if (InBounds) in rewriteCandidateWithBasis()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2183 bool InBounds = true; member
2215 if (InBounds != other.InBounds) in compare()
2316 if (InBounds) in print()
3629 TestAddrMode.InBounds = false; in matchScaledValue()
4202 AddrMode.InBounds = false; in matchOperationAddr()
4229 AddrMode.InBounds = false; in matchOperationAddr()
4283 AddrMode.InBounds = false; in matchOperationAddr()
4318 AddrMode.InBounds = false; in matchOperationAddr()
5007 AddrMode.InBounds in optimizeMemoryInst()
5022 AddrMode.InBounds in optimizeMemoryInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2590 bool InBounds = false; in parseConstants() local
2594 InBounds = Op & 1; in parseConstants()
2597 InBounds = true; in parseConstants()
2623 InBounds, InRangeIndex); in parseConstants()
3959 bool InBounds; in parseFunctionBody() local
3962 InBounds = Record[OpNum++]; in parseFunctionBody()
3966 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD; in parseFunctionBody()
3994 if (InBounds) in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp826 bool InBounds = GEP->isInBounds(); in SymbolicallyEvaluateGEP() local
879 InBounds &= GEP->isInBounds(); in SymbolicallyEvaluateGEP()
1000 InBounds, InRangeIndex); in SymbolicallyEvaluateGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2221 bool InBounds = false; in vectorizeInterleaveGroup() local
2223 InBounds = gep->isInBounds(); in vectorizeInterleaveGroup()
2225 cast<GetElementPtrInst>(AddrPart)->setIsInBounds(InBounds); in vectorizeInterleaveGroup()
2403 bool InBounds = false; in vectorizeMemoryInstruction() local
2405 InBounds = gep->isInBounds(); in vectorizeMemoryInstruction()
2412 PartPtr->setIsInBounds(InBounds); in vectorizeMemoryInstruction()
2415 PartPtr->setIsInBounds(InBounds); in vectorizeMemoryInstruction()
2421 PartPtr->setIsInBounds(InBounds); in vectorizeMemoryInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp3553 bool InBounds = false; in ParseValID() local
3558 InBounds = EatIfPresent(lltok::kw_inbounds); in ParseValID()
3623 InBounds, InRangeOp); in ParseValID()
7204 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
7255 if (InBounds) in ParseGetElementPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3428 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds);