/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 68 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 D | MachineBlockPlacement.cpp | 196 // 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 D | EarlyIfConversion.cpp | 70 // 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 D | st,stm32-dac.yaml | 13 It has built-in noise and triangle waveform generator and supports external
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SpeculativeExecution.cpp | 183 // Hoist from if-then (triangle). in runOnBasicBlock() 189 // Hoist from if-else (triangle). in runOnBasicBlock()
|
H A D | DFAJumpThreading.cpp | 280 // A triangle pointing right. in unfold() 285 // A triangle pointing left. in unfold()
|
H A D | GuardWidening.cpp | 555 // TODO: diamond, triangle cases in computeWideningScore()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.css | 152 content: '\25bc'; /* Black Down-Pointing Triangle */
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_collapse.cpp | 1277 * 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 D | HexagonEarlyIfConv.cpp | 19 // 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 D | PtrState.h | 107 /// pushing calls into a CFG triangle or into one side of a CFG diamond.
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 37 - Add various arrows and triangle-headed arrows in the 8x16, 16x32, and
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 932 // 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 D | UnicodeData.txt | 5727 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 D | FARSI%UCS.src | 185 # 0xFF -> <RL>+0x25B2 BLACK UP-POINTING TRIANGLE, right-left
|
H A D | UCS%FARSI.src | 185 # 0xFF -> <RL>+0x25B2 BLACK UP-POINTING TRIANGLE, right-left
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBValue.h | 273 /// disclosure triangle should be displayed or not.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | cad | 382 # PLY (Polygon File Format/Stanford Triangle Format) - by Greg Turk
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 193 /// If \p R is a triangle region, return the 'then' block of the triangle.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 849 /// disclosure triangle should be displayed or not.
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 1042 0x32 ET Triangle
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 283 LLVM_DEBUG(dbgs() << "Does not form a triangle - skip\n"); in canCoalesceBranch()
|
/freebsd/tools/tools/locale/etc/charmaps/ |
H A D | Big5.TXT | 179 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 D | InstCombineLoadStoreAlloca.cpp | 1550 // 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 D | driver29.html | 1048 …the notch. Pins 10 (top), 11 (bottom left) and 12 (bottom right) form a triangle in the center of …
|