Home
last modified time | relevance | path

Searched refs:ChainIndex (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/security/seal/SEAL-3.7.2/dotnet/tests/
H A DSEALContextTests.cs88 Assert.AreEqual(2ul, data.ChainIndex); in SEALContextParamsTest()
93 Assert.AreEqual(1ul, data2.ChainIndex); in SEALContextParamsTest()
94 Assert.AreEqual(2ul, data2.PrevContextData.ChainIndex); in SEALContextParamsTest()
98 Assert.AreEqual(0ul, data3.ChainIndex); in SEALContextParamsTest()
99 Assert.AreEqual(1ul, data3.PrevContextData.ChainIndex); in SEALContextParamsTest()
133 Assert.AreEqual(3ul, data.ChainIndex); in SEALContextCKKSParamsTest()
138 Assert.AreEqual(2ul, data2.ChainIndex); in SEALContextCKKSParamsTest()
139 Assert.AreEqual(3ul, data2.PrevContextData.ChainIndex); in SEALContextCKKSParamsTest()
143 Assert.AreEqual(1ul, data3.ChainIndex); in SEALContextCKKSParamsTest()
144 Assert.AreEqual(2ul, data3.PrevContextData.ChainIndex); in SEALContextCKKSParamsTest()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
306 Value *removeConstOffset(unsigned ChainIndex);
650 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
651 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
662 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
663 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
681 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
685 if (ChainIndex == 0) { in removeConstOffset()
686 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
697 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
306 Value *removeConstOffset(unsigned ChainIndex);
650 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
651 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
662 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
663 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
681 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
685 if (ChainIndex == 0) { in removeConstOffset()
686 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
697 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
306 Value *removeConstOffset(unsigned ChainIndex);
650 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
651 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
662 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
663 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
681 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
685 if (ChainIndex == 0) { in removeConstOffset()
686 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
697 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp302 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
305 Value *removeConstOffset(unsigned ChainIndex);
649 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
650 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
661 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
662 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
680 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
684 if (ChainIndex == 0) { in removeConstOffset()
685 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
696 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
306 Value *removeConstOffset(unsigned ChainIndex);
650 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
651 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
662 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
663 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
681 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
685 if (ChainIndex == 0) { in removeConstOffset()
686 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
697 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
306 Value *removeConstOffset(unsigned ChainIndex);
650 User *U = UserChain[ChainIndex];
651 if (ChainIndex == 0) {
662 UserChain[ChainIndex] = nullptr;
663 return distributeExtsAndCloneChain(ChainIndex - 1);
681 return UserChain[ChainIndex] = NewBO;
685 if (ChainIndex == 0) {
686 assert(isa<ConstantInt>(UserChain[ChainIndex]));
697 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
306 Value *removeConstOffset(unsigned ChainIndex);
666 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
667 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
678 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
679 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
697 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
701 if (ChainIndex == 0) { in removeConstOffset()
702 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
713 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
306 Value *removeConstOffset(unsigned ChainIndex);
666 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
667 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
678 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
679 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
697 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
701 if (ChainIndex == 0) { in removeConstOffset()
702 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
713 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
308 Value *removeConstOffset(unsigned ChainIndex);
682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
713 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
717 if (ChainIndex == 0) { in removeConstOffset()
718 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
308 Value *removeConstOffset(unsigned ChainIndex);
682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
713 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
717 if (ChainIndex == 0) { in removeConstOffset()
718 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
308 Value *removeConstOffset(unsigned ChainIndex);
682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
713 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
717 if (ChainIndex == 0) { in removeConstOffset()
718 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
308 Value *removeConstOffset(unsigned ChainIndex);
682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
713 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
717 if (ChainIndex == 0) { in removeConstOffset()
718 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
308 Value *removeConstOffset(unsigned ChainIndex);
682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
713 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
717 if (ChainIndex == 0) { in removeConstOffset()
718 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
308 Value *removeConstOffset(unsigned ChainIndex);
682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
713 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
717 if (ChainIndex == 0) { in removeConstOffset()
718 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
308 Value *removeConstOffset(unsigned ChainIndex);
682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
713 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
717 if (ChainIndex == 0) { in removeConstOffset()
718 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
308 Value *removeConstOffset(unsigned ChainIndex);
682 User *U = UserChain[ChainIndex]; in distributeExtsAndCloneChain()
683 if (ChainIndex == 0) { in distributeExtsAndCloneChain()
694 UserChain[ChainIndex] = nullptr; in distributeExtsAndCloneChain()
695 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
713 return UserChain[ChainIndex] = NewBO; in distributeExtsAndCloneChain()
717 if (ChainIndex == 0) { in removeConstOffset()
718 assert(isa<ConstantInt>(UserChain[ChainIndex])); in removeConstOffset()
729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]); in removeConstOffset()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp305 Value *distributeExtsAndCloneChain(unsigned ChainIndex); in InferAddressSpacesImpl()
308 Value *removeConstOffset(unsigned ChainIndex); in InferAddressSpacesImpl()
682 User *U = UserChain[ChainIndex];
683 if (ChainIndex == 0) {
694 UserChain[ChainIndex] = nullptr;
695 return distributeExtsAndCloneChain(ChainIndex - 1);
713 return UserChain[ChainIndex] = NewBO;
717 if (ChainIndex == 0) {
718 assert(isa<ConstantInt>(UserChain[ChainIndex]));
729 assert(BO->getOperand(OpNo) == UserChain[ChainIndex - 1]);
[all …]
/dports/security/seal/SEAL-3.7.2/dotnet/examples/
H A D4_CKKS_Basics.cs219 context.GetContextData(x3Encrypted.ParmsId).ChainIndex); in ExampleCKKSBasics()
221 context.GetContextData(x1Encrypted.ParmsId).ChainIndex); in ExampleCKKSBasics()
223 context.GetContextData(plainCoeff0.ParmsId).ChainIndex); in ExampleCKKSBasics()
H A D3_Levels.cs116 contextData.ChainIndex); in ExampleLevels()
/dports/security/seal/SEAL-3.7.2/dotnet/src/
H A DSEALContext.cs503 public ulong ChainIndex property in Microsoft.Research.SEAL.SEALContext.ContextData
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dztypes_windows.go938 ChainIndex uint32 member
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dtypes_windows.go985 ChainIndex uint32 member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dtypes_windows.go961 ChainIndex uint32 member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/golang.org/x/sys/windows/
H A Dztypes_windows.go943 ChainIndex uint32 member

12345678910>>...15