Searched refs:Lowered (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/LowerMatrixIntrinsics/ |
| H A D | remarks-inlining.ll | 50 ; CHECK-LABEL: remark: load.h:41:43: Lowered with 0 stores, 10 loads, 0 compute ops, 0 exposed tran… 53 ; CHECK-LABEL: remark: load.h:41:43: Lowered with 0 stores, 10 loads, 0 compute ops, 0 exposed tran… 56 ; CHECK-LABEL: remark: load.h:41:11: Lowered with 0 stores, 1 loads, 0 compute ops, 0 exposed trans… 59 ; CHECK-LABEL: remark: assign.h:32:43: Lowered with 0 stores, 10 loads, 0 compute ops, 0 exposed tr… 62 ; CHECK-LABEL: remark: assign.h:32:43: Lowered with 0 stores, 10 loads, 0 compute ops, 0 exposed tr… 65 ; CHECK-LABEL: remark: toplevel.c:410:0: Lowered with 10 stores, 20 loads, 10 compute ops, 0 expose… 72 ; CHECK-LABEL: remark: toplevel.c:510:0: Lowered with 2 stores, 1 loads, 4 compute ops, 1 exposed t… 77 ; CHECK-LABEL: remark: add.h:66:11: Lowered with 0 stores, 0 loads, 10 compute ops, 0 exposed trans… 82 ; CHECK-LABEL: remark: store.h:10:11: Lowered with 10 stores, 0 loads, 0 compute ops, 0 exposed tra… 87 ; CHECK-LABEL: remark: store.h:66:11: Lowered with 2 stores, 0 loads, 0 compute ops, 0 exposed tran… [all …]
|
| H A D | remarks.ll | 7 ; CHECK-LABEL: remark: test.h:40:20: Lowered with 6 stores, 6 loads, 24 compute ops 18 ; CHECK-LABEL: remark: test.h:50:20: Lowered with 2 stores, 12 loads, 22 compute ops 32 ; CHECK-LABEL: remark: test.h:60:20: Lowered with 6 stores, 6 loads, 0 compute ops 42 ; CHECK-LABEL: remark: test.h:70:20: Lowered with 6 stores, 6 loads, 0 compute ops 53 ; CHECK-LABEL: remark: test.h:80:20: Lowered with 6 stores, 6 loads, 12 compute ops 71 ; CHECK-LABEL: remark: test.h:90:20: Lowered with 6 stores, 6 loads, 12 compute ops 80 ; CHECK-NEXT: remark: test.h:90:20: Lowered with 2 stores, 12 loads, 22 compute ops 101 ; CHECK-LABEL: remark: test.h:100:20: Lowered with 6 stores, 6 loads, 12 compute ops 118 ; CHECK-LABEL: remark: test.h:30:20: Lowered with 10 stores, 9 loads, 30 compute ops
|
| H A D | remarks-shared-subtrees.ll | 14 ; YAML-NEXT: - String: 'Lowered with ' 44 ; YAML-NEXT: - String: 'Lowered with ' 73 ; STDERR-LABEL: remark: test.cpp:35:71: Lowered with 4 stores, 0 loads, 0 compute ops, 81 ; STDERR-LABEL: remark: test.cpp:35:45: Lowered with 30 stores, 45 loads, 120 compute ops,
|
| H A D | transpose-opts.ll | 17 ; REMARK-NEXT: - String: 'Lowered with ' 65 ; REMARK-NEXT: - String: 'Lowered with ' 305 ; REMARK-NEXT: - String: 'Lowered with ' 481 ; REMARK-NEXT: - String: 'Lowered with ' 627 ; REMARK-NEXT: - String: 'Lowered with '
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | switch-density.ll | 44 ; Lowered as a jump table when sparse, and branches when dense. 75 ; Lowered as a jump table when sparse, and branches when dense. 98 ; Lowered as branches. 124 ; Lowered as branches.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | cmpb-dec-imm.ll | 5 ; The "Optimized Lowered Selection" converts the "ugt with #40" to
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1024 Value *Lowered = lowerTypeTestCall(TypeIdStr, CI, TIL); in importTypeTest() local 1025 if (Lowered) { in importTypeTest() 1026 CI->replaceAllUsesWith(Lowered); in importTypeTest() 1150 Value *Lowered = lowerTypeTestCall(TypeId, CI, TIL); in lowerTypeTestCalls() local 1151 if (Lowered) { in lowerTypeTestCalls() 1152 CI->replaceAllUsesWith(Lowered); in lowerTypeTestCalls()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11310 SDValue Lowered = LowerTRUNCATEVector(SDValue(N, 0), DAG); in ReplaceNodeResults() local 11311 if (Lowered) in ReplaceNodeResults() 11312 Results.push_back(Lowered); in ReplaceNodeResults() 11323 SDValue Lowered = LowerFP_EXTEND(SDValue(N, 0), DAG); in ReplaceNodeResults() local 11324 if (Lowered) in ReplaceNodeResults() 11325 Results.push_back(Lowered); in ReplaceNodeResults()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb2.td | 5520 // t2DoLoopStart a pseudo for DLS hardware loops. Lowered into a DLS in
|