Home
last modified time | relevance | path

Searched refs:C2node (Results 1 – 23 of 23) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Fermion/
H A DMultiSlaterDeterminantFast.cpp82 clone->C2node = C2node; in makeClone()
271 t *= Dets[id]->detValues[(*C2node)[id][i]]; in evalGrad_impl_no_precompute()
350 t *= Dets[id]->detValues[(*C2node)[id][i]]; in ratio_impl_no_precompute()
638 size_t spinC = (*C2node)[id][i]; in evaluateDerivatives()
644 size_t otherspinC = (*C2node)[other_id][i]; in evaluateDerivatives()
669 (*C2node)[0], (*C2node)[1]); in evaluateDerivatives()
671 (*C2node)[1], (*C2node)[0]); in evaluateDerivatives()
753 …->evaluateDerivativesWF(P, optvars, dlogpsi, *Dets[1], psiCurrent, *C, (*C2node)[0], (*C2node)[1]); in evaluateDerivativesWF()
754 …->evaluateDerivativesWF(P, optvars, dlogpsi, *Dets[0], psiCurrent, *C, (*C2node)[1], (*C2node)[0]); in evaluateDerivativesWF()
763 Dets[id]->buildOptVariables((*C2node)[id]); in buildOptVariables()
[all …]
H A DMultiDiracDeterminant.cpp502 void MultiDiracDeterminant::buildOptVariables(std::vector<size_t>& C2node) in buildOptVariables() argument
520 for (int i(0); i < C2node.size(); i++) in buildOptVariables()
522 lookup_tbl[C2node[i]].push_back(i); in buildOptVariables()
H A DSlaterDetBuilder.h82 std::vector<std::vector<size_t>>& C2node,
H A DMultiSlaterDeterminantFast.h163 std::shared_ptr<std::vector<std::vector<size_t>>> C2node; variable
H A DMultiDiracDeterminant.h101 void buildOptVariables(std::vector<size_t>& C2node);
H A DSlaterDetBuilder.cpp277 …success = createMSDFast(multislaterdetfast_0->Dets, *multislaterdetfast_0->C2node, *multislaterdet… in buildComponent()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7080 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
7081 if (!C2node) in tryLowerToSLI()
7091 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7050 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
7051 if (!C2node) in tryLowerToSLI()
7061 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6829 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
6830 if (!C2node) in tryLowerToSLI()
6840 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7712 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
7713 if (!C2node) in tryLowerToSLI()
7723 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7712 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
7713 if (!C2node) in tryLowerToSLI()
7723 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7712 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
7713 if (!C2node) in tryLowerToSLI()
7723 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8201 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
8202 if (!C2node) in tryLowerToSLI()
8221 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8222 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
8223 if (!C2node) in tryLowerToSLI()
8242 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8922 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
8923 if (!C2node) in tryLowerToSLI()
8942 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9337 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
9338 if (!C2node) in tryLowerToSLI()
9357 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9337 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
9338 if (!C2node) in tryLowerToSLI()
9357 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9899 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
9900 if (!C2node) in tryLowerToSLI()
9919 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9899 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
9900 if (!C2node) in tryLowerToSLI()
9919 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9899 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
9900 if (!C2node) in tryLowerToSLI()
9919 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10095 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
10096 if (!C2node) in tryLowerToSLI()
10115 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9899 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
9900 if (!C2node) in tryLowerToSLI()
9919 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9899 ConstantSDNode *C2node = dyn_cast<ConstantSDNode>(Shift.getOperand(1)); in tryLowerToSLI() local
9900 if (!C2node) in tryLowerToSLI()
9919 uint64_t C2 = C2node->getZExtValue(); in tryLowerToSLI()