Home
last modified time | relevance | path

Searched refs:NewR (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DValueLattice.h247 bool markConstantRange(ConstantRange NewR) { in markConstantRange() argument
249 if (getConstantRange() == NewR) in markConstantRange()
252 if (NewR.isEmptySet()) in markConstantRange()
255 assert(NewR.contains(getConstantRange()) && in markConstantRange()
257 Range = std::move(NewR); in markConstantRange()
262 if (NewR.isEmptySet()) in markConstantRange()
266 new (&Range) ConstantRange(std::move(NewR)); in markConstantRange()
323 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange()); in mergeIn() local
324 if (NewR.isFullSet()) in mergeIn()
326 else if (NewR == getConstantRange()) in mergeIn()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h247 bool markConstantRange(ConstantRange NewR) { in markConstantRange() argument
249 if (getConstantRange() == NewR) in markConstantRange()
252 if (NewR.isEmptySet()) in markConstantRange()
255 assert(NewR.contains(getConstantRange()) && in markConstantRange()
257 Range = std::move(NewR); in markConstantRange()
262 if (NewR.isEmptySet()) in markConstantRange()
266 new (&Range) ConstantRange(std::move(NewR)); in markConstantRange()
323 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange()); in mergeIn() local
324 if (NewR.isFullSet()) in mergeIn()
326 else if (NewR == getConstantRange()) in mergeIn()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvalueregs.rs129 pub fn map<NewR, F>(self, f: F) -> ValueRegs<NewR> in map() argument
131 NewR: Clone + Copy + Debug + PartialEq + Eq + InvalidSentinel, in map()
132 F: Fn(R) -> NewR, in map() argument
166 pub fn map<NewR, F>(self, f: F) -> ValueRegs<NewR> in map() argument
168 NewR: Clone + Copy + Debug + PartialEq + Eq + InvalidSentinel, in map()
169 F: Fn(R) -> NewR, in map() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvalueregs.rs129 pub fn map<NewR, F>(self, f: F) -> ValueRegs<NewR> in map() argument
131 NewR: Clone + Copy + Debug + PartialEq + Eq + InvalidSentinel, in map()
132 F: Fn(R) -> NewR, in map() argument
166 pub fn map<NewR, F>(self, f: F) -> ValueRegs<NewR> in map() argument
168 NewR: Clone + Copy + Debug + PartialEq + Eq + InvalidSentinel, in map()
169 F: Fn(R) -> NewR, in map() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Dvalueregs.rs129 pub fn map<NewR, F>(self, f: F) -> ValueRegs<NewR> in map() argument
131 NewR: Clone + Copy + Debug + PartialEq + Eq + InvalidSentinel, in map()
132 F: Fn(R) -> NewR, in map() argument
166 pub fn map<NewR, F>(self, f: F) -> ValueRegs<NewR> in map() argument
168 NewR: Clone + Copy + Debug + PartialEq + Eq + InvalidSentinel, in map()
169 F: Fn(R) -> NewR, in map() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvalueregs.rs129 pub fn map<NewR, F>(self, f: F) -> ValueRegs<NewR> in map() argument
131 NewR: Clone + Copy + Debug + PartialEq + Eq + InvalidSentinel, in map()
132 F: Fn(R) -> NewR, in map() argument
166 pub fn map<NewR, F>(self, f: F) -> ValueRegs<NewR> in map() argument
168 NewR: Clone + Copy + Debug + PartialEq + Eq + InvalidSentinel, in map()
169 F: Fn(R) -> NewR, in map() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueLattice.h218 void markConstantRange(ConstantRange NewR) { in markConstantRange() argument
220 if (NewR.isEmptySet()) in markConstantRange()
223 Range = std::move(NewR); in markConstantRange()
229 if (NewR.isEmptySet()) in markConstantRange()
233 new (&Range) ConstantRange(std::move(NewR)); in markConstantRange()
274 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange()); in mergeIn() local
275 if (NewR.isFullSet()) in mergeIn()
277 else if (NewR == getConstantRange()) in mergeIn()
280 markConstantRange(std::move(NewR)); in mergeIn()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DValueLattice.h218 void markConstantRange(ConstantRange NewR) { in markConstantRange() argument
220 if (NewR.isEmptySet()) in markConstantRange()
223 Range = std::move(NewR); in markConstantRange()
229 if (NewR.isEmptySet()) in markConstantRange()
233 new (&Range) ConstantRange(std::move(NewR)); in markConstantRange()
274 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange()); in mergeIn() local
275 if (NewR.isFullSet()) in mergeIn()
277 else if (NewR == getConstantRange()) in mergeIn()
280 markConstantRange(std::move(NewR)); in mergeIn()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DValueLattice.h219 void markConstantRange(ConstantRange NewR) {
221 if (NewR.isEmptySet())
224 Range = std::move(NewR);
230 if (NewR.isEmptySet())
234 new (&Range) ConstantRange(std::move(NewR));
275 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
276 if (NewR.isFullSet())
278 else if (NewR == getConstantRange())
281 markConstantRange(std::move(NewR));
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DValueLattice.h219 void markConstantRange(ConstantRange NewR) {
221 if (NewR.isEmptySet())
224 Range = std::move(NewR);
230 if (NewR.isEmptySet())
234 new (&Range) ConstantRange(std::move(NewR));
275 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
276 if (NewR.isFullSet())
278 else if (NewR == getConstantRange())
281 markConstantRange(std::move(NewR));
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/surface_matching/src/
H A Dpose_3d.cpp76 void Pose3D::updatePose(Matx33d& NewR, Vec3d& NewT) in updatePose() argument
78 rtToPose(NewR, NewT, pose); in updatePose()
81 const double trace = cv::trace(NewR); in updatePose()
98 dcmToQuat(NewR, q); in updatePose()
103 Matx33d NewR; in updatePoseQuat() local
105 quatToDCM(Q, NewR); in updatePoseQuat()
108 rtToPose(NewR, NewT, pose); in updatePoseQuat()
111 const double trace = cv::trace(NewR); in updatePoseQuat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DValueLattice.h348 bool markConstantRange(ConstantRange NewR,
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
352 if (NewR.isFullSet())
362 if (getConstantRange() == NewR)
370 assert(NewR.contains(getConstantRange()) &&
372 Range = std::move(NewR);
380 new (&Range) ConstantRange(std::move(NewR));
443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
445 std::move(NewR),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueLattice.h348 bool markConstantRange(ConstantRange NewR,
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
352 if (NewR.isFullSet())
362 if (getConstantRange() == NewR)
370 assert(NewR.contains(getConstantRange()) &&
372 Range = std::move(NewR);
380 new (&Range) ConstantRange(std::move(NewR));
443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
445 std::move(NewR),
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DValueLattice.h347 bool markConstantRange(ConstantRange NewR,
349 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
351 if (NewR.isFullSet())
361 if (getConstantRange() == NewR)
369 assert(NewR.contains(getConstantRange()) &&
371 Range = std::move(NewR);
379 new (&Range) ConstantRange(std::move(NewR));
442 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
444 std::move(NewR),
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DValueLattice.h348 bool markConstantRange(ConstantRange NewR,
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
352 if (NewR.isFullSet())
362 if (getConstantRange() == NewR)
370 assert(NewR.contains(getConstantRange()) &&
372 Range = std::move(NewR);
380 new (&Range) ConstantRange(std::move(NewR));
443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
445 std::move(NewR),
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DValueLattice.h348 bool markConstantRange(ConstantRange NewR,
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
352 if (NewR.isFullSet())
362 if (getConstantRange() == NewR)
370 assert(NewR.contains(getConstantRange()) &&
372 Range = std::move(NewR);
380 new (&Range) ConstantRange(std::move(NewR));
443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
445 std::move(NewR),
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DValueLattice.h347 bool markConstantRange(ConstantRange NewR,
349 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
351 if (NewR.isFullSet())
361 if (getConstantRange() == NewR)
369 assert(NewR.contains(getConstantRange()) &&
371 Range = std::move(NewR);
379 new (&Range) ConstantRange(std::move(NewR));
442 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
444 std::move(NewR),
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h348 bool markConstantRange(ConstantRange NewR,
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
352 if (NewR.isFullSet())
362 if (getConstantRange() == NewR)
370 assert(NewR.contains(getConstantRange()) &&
372 Range = std::move(NewR);
380 new (&Range) ConstantRange(std::move(NewR));
443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
445 std::move(NewR),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DValueLattice.h348 bool markConstantRange(ConstantRange NewR,
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
352 if (NewR.isFullSet())
362 if (getConstantRange() == NewR)
370 assert(NewR.contains(getConstantRange()) &&
372 Range = std::move(NewR);
380 new (&Range) ConstantRange(std::move(NewR));
443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
445 std::move(NewR),
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueLattice.h348 bool markConstantRange(ConstantRange NewR,
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
352 if (NewR.isFullSet())
362 if (getConstantRange() == NewR)
370 assert(NewR.contains(getConstantRange()) &&
372 Range = std::move(NewR);
380 new (&Range) ConstantRange(std::move(NewR));
443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
445 std::move(NewR),
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DValueLattice.h348 bool markConstantRange(ConstantRange NewR,
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
352 if (NewR.isFullSet())
362 if (getConstantRange() == NewR)
370 assert(NewR.contains(getConstantRange()) &&
372 Range = std::move(NewR);
380 new (&Range) ConstantRange(std::move(NewR));
443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
445 std::move(NewR),
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueLattice.h348 bool markConstantRange(ConstantRange NewR,
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
352 if (NewR.isFullSet())
362 if (getConstantRange() == NewR)
370 assert(NewR.contains(getConstantRange()) &&
372 Range = std::move(NewR);
380 new (&Range) ConstantRange(std::move(NewR));
443 ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());
445 std::move(NewR),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp363 I->setReg(NewR); in replaceReg()
378 I->setReg(NewR); in replaceRegWithSub()
396 I->setReg(NewR); in replaceSubWithSub()
1620 HBS::replaceReg(R, NewR, MRI); in processBlock()
2059 unsigned NewR = 0; in genExtractHalf() local
2076 if (NewR == 0) in genExtractHalf()
2283 unsigned NewR = 0; in genBitSplit() local
2301 NewR = Op0.getReg(); in genBitSplit()
2304 if (!NewR) { in genBitSplit()
2371 BT.put(NewR, RC); in simplifyTstbit()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp363 I->setReg(NewR); in replaceReg()
378 I->setReg(NewR); in replaceRegWithSub()
396 I->setReg(NewR); in replaceSubWithSub()
1614 HBS::replaceReg(R, NewR, MRI); in processBlock()
2053 unsigned NewR = 0; in genExtractHalf() local
2070 if (NewR == 0) in genExtractHalf()
2277 unsigned NewR = 0; in genBitSplit() local
2295 NewR = Op0.getReg(); in genBitSplit()
2298 if (!NewR) { in genBitSplit()
2365 BT.put(NewR, RC); in simplifyTstbit()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp363 I->setReg(NewR); in replaceReg()
378 I->setReg(NewR); in replaceRegWithSub()
396 I->setReg(NewR); in replaceSubWithSub()
1620 HBS::replaceReg(R, NewR, MRI); in processBlock()
2059 unsigned NewR = 0; in genExtractHalf() local
2076 if (NewR == 0) in genExtractHalf()
2283 unsigned NewR = 0; in genBitSplit() local
2301 NewR = Op0.getReg(); in genBitSplit()
2304 if (!NewR) { in genBitSplit()
2371 BT.put(NewR, RC); in simplifyTstbit()
[all …]

12345678