/llvm-project/polly/include/polly/ |
H A D | ScopDetectionDiagnostic.h | 478 Value *BaseValue; variable 481 ReportVariantBasePtr(Value *BaseValue, const Instruction *Inst) in ReportVariantBasePtr() 506 const Value *BaseValue; variable 534 const Value *BaseValue; variable 756 Instruction *BaseValue; variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 711 BDVState(Value * OriginalValue,StatusTy Status,Value * BaseValue=nullptr) BDVState() argument 790 AssertingVH<Value> BaseValue = nullptr; // Non-null only if Status == Base. global() member in __anon9491fd170311::BDVState 962 __anon9491fd170b02(Value *BaseValue, Value *Input) findBasePointer() argument 988 __anon9491fd170c02(Instruction *I, Value *BaseValue) findBasePointer() argument 1065 auto *BaseValue = State.getBaseValue(); findBasePointer() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 56 llvm::Value *BaseValue, in EmitValueForIvarAtOffset() argument
|
H A D | CGExprCXX.cpp | 135 Address BaseValue = Address::invalid(); EmitCXXPseudoDestructorExpr() local
|
H A D | CGExpr.cpp | 5759 EmitLValueForIvar(QualType ObjectTy,llvm::Value * BaseValue,const ObjCIvarDecl * Ivar,unsigned CVRQualifiers) EmitLValueForIvar() argument 5768 llvm::Value *BaseValue = nullptr; EmitObjCIvarRefLValue() local
|
H A D | CGObjCMac.cpp | 5019 EmitObjCValueForIvar(CodeGen::CodeGenFunction & CGF,QualType ObjectTy,llvm::Value * BaseValue,const ObjCIvarDecl * Ivar,unsigned CVRQualifiers) EmitObjCValueForIvar() argument 7168 EmitObjCValueForIvar(CodeGen::CodeGenFunction & CGF,QualType ObjectTy,llvm::Value * BaseValue,const ObjCIvarDecl * Ivar,unsigned CVRQualifiers) EmitObjCValueForIvar() argument
|
H A D | CGObjCGNU.cpp | 4277 EmitObjCValueForIvar(CodeGenFunction & CGF,QualType ObjectTy,llvm::Value * BaseValue,const ObjCIvarDecl * Ivar,unsigned CVRQualifiers) EmitObjCValueForIvar() argument
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetection.cpp | 930 Value *BaseValue = BasePointer->getValue(); hasValidArraySizes() local 985 Value *BaseValue = BasePointer->getValue(); computeAccessFunctions() local
|
H A D | ScopDetectionDiagnostic.cpp | 710 : ReportOther(RejectReasonKind::IntToPtr), BaseValue(BaseValue) {} in ReportIntToPtr() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2483 const APValue &BaseValue = Value.getStructBase(BaseIndex); CheckEvaluationResult() local
|