Home
last modified time | relevance | path

Searched full:triangle (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp68 static cl::opt<bool> DisableTriangle("disable-ifcvt-triangle",
70 static cl::opt<bool> DisableTriangleR("disable-ifcvt-triangle-rev",
72 static cl::opt<bool> DisableTriangleF("disable-ifcvt-triangle-false",
83 STATISTIC(NumTriangle, "Number of triangle if-conversions performed");
84 STATISTIC(NumTriangleRev, "Number of triangle (R) if-conversions performed");
85 STATISTIC(NumTriangleFalse,"Number of triangle (F) if-conversions performed");
86 STATISTIC(NumTriangleFRev, "Number of triangle (F/R) if-conversions performed");
103 ICTriangle, // BB is entry of a triangle sub-CFG.
417 // Favors diamond over triangle, etc. in IfcvtTokenCmp()
534 LLVM_DEBUG(dbgs() << "Ifcvt (Triangle"); in INITIALIZE_PASS_DEPENDENCY()
[all …]
H A DMachineBlockPlacement.cpp196 // Heuristic for triangle chains.
198 "triangle-chain-count",
199 cl::desc("Number of triangle-shaped-CFG's that need to be in a row for the "
200 "triangle tail duplication heuristic to kick in. 0 to disable."),
985 // Allow triangle successors, but don't count them. in isTrellis()
987 // Make sure that it is actually a triangle. in isTrellis()
1109 // Did we pick the triangle edge? If tail-duplication is profitable, do in getBestTrellisSuccessor()
1110 // that instead. Otherwise merge the triangle edge now while we know it is in getBestTrellisSuccessor()
1265 /// fixed cost, unlike the standard triangle layout where the cost of being
1294 LLVM_DEBUG(dbgs() << "Pre-computing triangle chains.\n"); in precomputeTriangleChains()
[all …]
H A DEarlyIfConversion.cpp70 // Triangle: Head Diamond: Head
456 // This is not a triangle. in canConvertIf()
478 // This is a triangle or a diamond. in canConvertIf()
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dst,stm32-dac.yaml13 It has built-in noise and triangle waveform generator and supports external
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp183 // Hoist from if-then (triangle). in runOnBasicBlock()
189 // Hoist from if-else (triangle). in runOnBasicBlock()
H A DDFAJumpThreading.cpp280 // A triangle pointing right. in unfold()
285 // A triangle pointing left. in unfold()
H A DGuardWidening.cpp555 // TODO: diamond, triangle cases in computeWideningScore()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css152 content: '\25bc'; /* Black Down-Pointing Triangle */
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp1277 * Lower triangle matrix: i = 0; i <= N; i++ {0,0}:{N,0}
1279 * Upper Triangle matrix
1306 // check inner bounds to determine triangle type in kmp_identify_nested_loop_structure()
1315 // lower triangle loop inner bounds need to be {0,0}:{0/-1,1} in kmp_identify_nested_loop_structure()
1320 // upper triangle loop inner bounds need to be {0,1}:{N,0} in kmp_identify_nested_loop_structure()
1345 * Handle lower triangle matrix in the canonical form
1465 * Handle upper triangle matrix in the canonical form
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp19 // could be omitted (in case of a triangle, for example).
281 // Detect triangle first. In case of a triangle, one of the blocks TB/FB in matchFlowPattern()
285 assert(TB && FB && "Failed to find triangle control flow blocks"); in matchFlowPattern()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h107 /// pushing calls into a CFG triangle or into one side of a CFG diamond.
/freebsd/contrib/spleen/
H A DChangeLog37 - Add various arrows and triangle-headed arrows in the 8x16, 16x32, and
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp932 // Triangle pattern, false is empty in ifPatternMatch()
937 // Triangle pattern, true is empty in ifPatternMatch()
938 // We reverse the predicate to make a triangle, empty false pattern; in ifPatternMatch()
/freebsd/crypto/heimdal/lib/wind/
H A DUnicodeData.txt5727 20E4;COMBINING ENCLOSING UPWARD POINTING TRIANGLE;Me;0;NSM;;;;;N;;;;;
6161 22BF;RIGHT TRIANGLE;Sm;0;ON;;;;;Y;;;;;
6364 238A;CIRCLED TRIANGLE DOWN;So;0;ON;;;;;N;;break;;;
6421 23C3;DENTISTRY SYMBOL LIGHT VERTICAL WITH TRIANGLE;So;0;ON;;;;;N;;;;;
6422 23C4;DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH TRIANGLE;So;0;ON;;;;;N;;;;;
6423 23C5;DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH TRIANGLE;So;0;ON;;;;;N;;;;;
6823 25B2;BLACK UP-POINTING TRIANGLE;So;0;ON;;;;;N;BLACK UP POINTING TRIANGLE;;;;
6824 25B3;WHITE UP-POINTING TRIANGLE;So;0;ON;;;;;N;WHITE UP POINTING TRIANGLE;;;;
6825 25B4;BLACK UP-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;BLACK UP POINTING SMALL TRIANGLE;;;;
6826 25B5;WHITE UP-POINTING SMALL TRIANGLE;So;0;ON;;;;;N;WHITE UP POINTING SMALL TRIANGLE;;;;
[all …]
/freebsd/share/i18n/csmapper/APPLE/
H A DFARSI%UCS.src185 # 0xFF -> <RL>+0x25B2 BLACK UP-POINTING TRIANGLE, right-left
H A DUCS%FARSI.src185 # 0xFF -> <RL>+0x25B2 BLACK UP-POINTING TRIANGLE, right-left
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h273 /// disclosure triangle should be displayed or not.
/freebsd/contrib/file/magic/Magdir/
H A Dcad382 # PLY (Polygon File Format/Stanford Triangle Format) - by Greg Turk
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp193 /// If \p R is a triangle region, return the 'then' block of the triangle.
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h849 /// disclosure triangle should be displayed or not.
/freebsd/share/misc/
H A Dusb_hid_usages1042 0x32 ET Triangle
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp283 LLVM_DEBUG(dbgs() << "Does not form a triangle - skip\n"); in canCoalesceBranch()
/freebsd/tools/tools/locale/etc/charmaps/
H A DBig5.TXT179 0xA1B5 0x25B3 # WHITE UP-POINTING TRIANGLE
180 0xA1B6 0x25B2 # BLACK UP-POINTING TRIANGLE
188 0xA1BE 0x25BD # WHITE DOWN-POINTING TRIANGLE
189 0xA1BF 0x25BC # BLACK DOWN-POINTING TRIANGLE
231 0xA1E9 0x22BF # RIGHT TRIANGLE
323 0xA2A8 0x25E2 # BLACK LOWER RIGHT TRIANGLE
324 0xA2A9 0x25E3 # BLACK LOWER LEFT TRIANGLE
325 0xA2AA 0x25E5 # BLACK UPPER RIGHT TRIANGLE
326 0xA2AB 0x25E4 # BLACK UPPER LEFT TRIANGLE
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1550 // if/then triangle. See if there is a store to the same ptr as SI that in mergeStoreIntoSuccessor()
/freebsd/contrib/ntp/html/drivers/
H A Ddriver29.html1048 …the notch. Pins 10 (top), 11 (bottom left) and 12 (bottom right) form a triangle in the center of …

12