/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 83 const ValueLatticeElement &IV = getLatticeValueFor(V); in tryToReplaceWithConstant() local 130 const ValueLatticeElement &IV = Solver.getLatticeValueFor(V); in replaceSignedInst() local 596 ValueLatticeElement &IV = TrackedGlobals[GV]; in trackValueOfGlobalVariable() local 730 void SCCPInstVisitor::pushToWorkList(ValueLatticeElement &IV, Value *V) { in pushToWorkList() 736 void SCCPInstVisitor::pushToWorkListMsg(ValueLatticeElement &IV, Value *V) { in pushToWorkListMsg() 741 bool SCCPInstVisitor::markConstant(ValueLatticeElement &IV, Value *V, in markConstant() 750 bool SCCPInstVisitor::markOverdefined(ValueLatticeElement &IV, Value *V) { in markOverdefined() 836 bool SCCPInstVisitor::mergeInValue(ValueLatticeElement &IV, Value *V, in mergeInValue() 1021 ValueLatticeElement IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 1246 ValueLatticeElement &IV = ValueState[&I]; in visitUnaryOperator() local [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 234 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local 320 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList() 330 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() 343 LatticeVal &IV = ValueState[V]; in markForcedConstant() local 353 void markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined() 365 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() 699 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 880 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local 942 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local 1034 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local [all …]
|
H A D | LoopRerollPass.cpp | 413 Instruction *IV; member 473 Instruction &IV) { in getIncrmentFactorSCEV() 519 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() 775 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement() 1671 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 295 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local 425 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList() 434 bool markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() 448 LatticeVal &IV = ValueState[V]; in markForcedConstant() local 457 bool markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined() 469 bool mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() 803 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 980 LatticeVal &IV = ValueState[&I]; in visitUnaryOperator() local 1004 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local 1158 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local [all …]
|
H A D | LoopRerollPass.cpp | 442 Instruction *IV; member 515 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() 763 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement() 1616 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/view/ |
H A D | SystemUIModes.java | 54 public static class IV extends ImageView implements View.OnSystemUiVisibilityChangeListener { class in SystemUIModes 57 public IV(Context context) { in IV() method in SystemUIModes.IV 60 public IV(Context context, AttributeSet attrs) { in IV() method in SystemUIModes.IV
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 675 DwarfDebug::getExistingAbstractVariable(InlinedVariable IV, in getExistingAbstractVariable() 685 DbgVariable *DwarfDebug::getExistingAbstractVariable(InlinedVariable IV) { in getExistingAbstractVariable() 697 void DwarfDebug::ensureAbstractVariableIsCreated(InlinedVariable IV, in ensureAbstractVariableIsCreated() 708 InlinedVariable IV, const MDNode *ScopeNode) { in ensureAbstractVariableIsCreatedIfScoped() 908 InlinedVariable IV) { in createConcreteVariable() 935 InlinedVariable IV = I.first; in collectVariableInfo() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DereferenceChecker.cpp | 81 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local 166 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | SparsePropagation.cpp | 235 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode() local 285 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCA/ |
H A D | AMDGPUCustomBehaviour.cpp | 176 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); in computeWaitCnt() local 239 AMDGPU::IsaVersion IV = AMDGPU::getIsaVersion(STI.getCPU()); in generateWaitCntInfo() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 448 Instruction *IV; member 521 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() 763 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement() 1628 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
|
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/header/ |
D | mod.rs | 94 const IV: Label = Label::Int(iana::HeaderParameter::Iv as i64); constant
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
H A D | CipherTest.java | 61 private static final byte[] IV = new byte[] { field in CipherTest 452 assertTrue(Arrays.equals(c.getIV(), IV)); in test_doFinal() local
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 432 llvm::Value *Cond, *IVNext, *IV, *IVVar; in createLoop() local 859 llvm::Value *IV; in ExpandOldStyleForEach() local 1029 llvm::Value *IV; in ExpandForEach() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 214 Value *IV = State.get(getOperand(0), Part); in generateInstruction() local 289 auto *IV = State.get(getOperand(0), VPIteration(0, 0)); in generateInstruction() local 327 Value *IV = State.get(getOperand(0), Part); in generateInstruction() local
|
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/java/security/ |
H A D | AlgorithmParametersTestGCM.java | 45 private static final byte[] IV = new byte[] { field in AlgorithmParametersTestGCM
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/ |
H A D | AlgorithmParametersTestGCM.java | 54 private static final byte[] IV = new byte[] { field in AlgorithmParametersTestGCM
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | dataclass_module_2.py | 26 class IV: class
|
D | dataclass_module_1.py | 26 class IV: class
|
D | dataclass_module_2_str.py | 26 class IV: class
|
D | dataclass_module_1_str.py | 26 class IV: class
|
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/ |
H A D | CipherInputStreamBenchmark.java | 38 private static final byte[] IV = new byte[IV_SIZE]; field in CipherInputStreamBenchmark
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | CipherInputStreamPerfTest.java | 50 private static final byte[] IV = new byte[IV_SIZE]; field in CipherInputStreamPerfTest
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 3764 unsigned RewriteModernObjC::ObjCIvarBitfieldGroupNo(ObjCIvarDecl *IV) { in ObjCIvarBitfieldGroupNo() 3789 ObjCIvarDecl *IV, in SynthesizeBitfieldGroupStructType() 3809 QualType RewriteModernObjC::GetGroupRecordTypeForObjCIvarBitfield(ObjCIvarDecl *IV) { in GetGroupRecordTypeForObjCIvarBitfield() 3845 void RewriteModernObjC::ObjCIvarBitfieldGroupDecl(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupDecl() 3857 void RewriteModernObjC::ObjCIvarBitfieldGroupType(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupType() 3869 void RewriteModernObjC::ObjCIvarBitfieldGroupOffset(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupOffset() 3920 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local 3940 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local 7452 Stmt *RewriteModernObjC::RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) { in RewriteObjCIvarRefExpr()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/ |
H A D | OFBBlockCipher.java | 18 private byte[] IV; field in OFBBlockCipher
|