Home
last modified time | relevance | path

Searched refs:extract_float (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/CostModel/AArch64/
H A Daggregates.ll74 define float @extract_float({i32, float} %agg) {
75 ; THROUGHPUT-LABEL: 'extract_float'
79 ; LATENCY-LABEL: 'extract_float'
83 ; CODESIZE-LABEL: 'extract_float'
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/X86/
H A Daggregates.ll74 define float @extract_float({i32, float} %agg) {
75 ; THROUGHPUT-LABEL: 'extract_float'
79 ; LATENCY-LABEL: 'extract_float'
83 ; CODESIZE-LABEL: 'extract_float'
H A Dvector-extract.ll76 define i32 @extract_float(i32 %arg) {
77 ; SSE-LABEL: 'extract_float'
96 ; AVX-LABEL: 'extract_float'
115 ; AVX512-LABEL: 'extract_float'
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmatrix-type-operators.c976 double extract_float(fx3x3_t b) { in extract_float() function