Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h792 bool InBounds = false) {
795 InBounds);
799 bool InBounds = false) {
803 return getGetElementPtr(C, cast<Value>(Idx), InBounds);
807 bool InBounds = false);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.h51 Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool InBounds,
DConstantFold.cpp2069 bool InBounds, in ConstantFoldGetElementPtr() argument
2200 NewIndices, InBounds && cast<GEPOperator>(CE)->isInBounds(), in ConstantFoldGetElementPtr()
2228 Idxs, InBounds, InRangeIndex); in ConstantFoldGetElementPtr()
2360 return ConstantExpr::getGetElementPtr(PointeeTy, C, NewIdxs, InBounds, in ConstantFoldGetElementPtr()
2366 if (!Unknown && !InBounds) in ConstantFoldGetElementPtr()
DConstants.cpp1943 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr() argument
1954 ConstantFoldGetElementPtr(Ty, C, InBounds, InRangeIndex, Idxs)) in getGetElementPtr()
1991 unsigned SubClassOptionalData = InBounds ? GEPOperator::IsInBounds : 0; in getGetElementPtr()
DCore.cpp2552 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds) { in LLVMSetIsInBounds() argument
2553 return unwrap<GetElementPtrInst>(GEP)->setIsInBounds(InBounds); in LLVMSetIsInBounds()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h1145 bool InBounds = false,
1150 InBounds, InRangeIndex, OnlyIfReducedTy);
1153 bool InBounds = false,
1159 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, InRangeIndex,
1164 bool InBounds = false,
/external/llvm/include/llvm/IR/
DConstants.h1077 bool InBounds = false,
1081 InBounds, OnlyIfReducedTy);
1084 bool InBounds = false,
1089 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy);
1093 bool InBounds = false,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp181 InBounds = 0x08 enumerator
237 if (GN.Flags & GepNode::InBounds) { in operator <<()
348 uint32_t InBounds = GepI->isInBounds() ? GepNode::InBounds : 0; in processGepInst() local
352 N->Flags |= GepNode::Root | InBounds; in processGepInst()
388 Nx->Flags |= GepNode::Internal | InBounds; in processGepInst()
1131 NewInst->setIsInBounds(RN->Flags & GepNode::InBounds); in fabricateGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp668 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis() local
674 if (InBounds) in rewriteCandidateWithBasis()
684 if (InBounds) in rewriteCandidateWithBasis()
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp634 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis() local
640 if (InBounds) in rewriteCandidateWithBasis()
650 if (InBounds) in rewriteCandidateWithBasis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2372 bool InBounds = false; in parseConstants() local
2376 InBounds = Op & 1; in parseConstants()
2379 InBounds = true; in parseConstants()
2401 InBounds, InRangeIndex); in parseConstants()
3598 bool InBounds; in parseFunctionBody() local
3601 InBounds = Record[OpNum++]; in parseFunctionBody()
3604 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD; in parseFunctionBody()
3632 if (InBounds) in parseFunctionBody()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp795 bool InBounds = GEP->isInBounds(); in SymbolicallyEvaluateGEP() local
848 InBounds &= GEP->isInBounds(); in SymbolicallyEvaluateGEP()
971 InBounds, InRangeIndex); in SymbolicallyEvaluateGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2276 bool InBounds = false; in vectorizeInterleaveGroup() local
2278 InBounds = gep->isInBounds(); in vectorizeInterleaveGroup()
2295 if (InBounds) in vectorizeInterleaveGroup()
2433 bool InBounds = false; in vectorizeMemoryInstruction() local
2436 InBounds = gep->isInBounds(); in vectorizeMemoryInstruction()
2447 PartPtr->setIsInBounds(InBounds); in vectorizeMemoryInstruction()
2450 PartPtr->setIsInBounds(InBounds); in vectorizeMemoryInstruction()
2456 PartPtr->setIsInBounds(InBounds); in vectorizeMemoryInstruction()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2292 bool InBounds = false; in ParseValID() local
2295 InBounds = EatIfPresent(lltok::kw_inbounds); in ParseValID()
2309 InBounds); in ParseValID()
3907 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
3930 if (InBounds) in ParseGetElementPtr()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1599 bool InBounds) { in getGetElementPtr() argument
1600 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs)) in getGetElementPtr()
1618 InBounds ? GEPOperator::IsInBounds : 0); in getGetElementPtr()
/external/llvm/lib/IR/
DConstants.cpp1895 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr() argument
1904 if (Constant *FC = ConstantFoldGetElementPtr(Ty, C, InBounds, Idxs)) in getGetElementPtr()
1941 InBounds ? GEPOperator::IsInBounds : 0, None, in getGetElementPtr()
DCore.cpp2322 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds) { in LLVMSetIsInBounds() argument
2323 return unwrap<GetElementPtrInst>(GEP)->setIsInBounds(InBounds); in LLVMSetIsInBounds()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1243 bool InBounds = false);
/external/llvm/lib/AsmParser/
DLLParser.cpp3143 bool InBounds = false; in ParseValID() local
3148 InBounds = EatIfPresent(lltok::kw_inbounds); in ParseValID()
3200 ConstantExpr::getGetElementPtr(Ty, Elts[0], Indices, InBounds); in ParseValID()
6224 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
6275 if (InBounds) in ParseGetElementPtr()
/external/llvm/include/llvm-c/
DCore.h2788 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp3419 bool InBounds = false; in ParseValID() local
3424 InBounds = EatIfPresent(lltok::kw_inbounds); in ParseValID()
3489 InBounds, InRangeOp); in ParseValID()
6726 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
6777 if (InBounds) in ParseGetElementPtr()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4586 bool InBounds; in parseFunctionBody() local
4589 InBounds = Record[OpNum++]; in parseFunctionBody()
4592 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD; in parseFunctionBody()
4620 if (InBounds) in parseFunctionBody()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3021 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2975 bool InBounds) { in getGEPExpr() argument
2984 SCEV::NoWrapFlags Wrap = InBounds ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getGEPExpr()