Home
last modified time | relevance | path

Searched refs:Bitcasts (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dbitcast-bigendian.ll95 ; No change. Bitcasts are canonicalized above bitwise logic.
108 ; No change. Bitcasts are canonicalized above bitwise logic.
121 ; No change. Bitcasts are canonicalized above bitwise logic.
H A Dbitcast-inseltpoison.ll7 ; Bitcasts between vectors and scalars are valid.
34 ; No change. Bitcasts are canonicalized above bitwise logic.
47 ; No change. Bitcasts are canonicalized above bitwise logic.
60 ; No change. Bitcasts are canonicalized above bitwise logic.
105 ; Bitcasts are canonicalized above bitwise logic.
H A Dbitcast.ll9 ; Bitcasts between vectors and scalars are valid.
36 ; No change. Bitcasts are canonicalized above bitwise logic.
49 ; No change. Bitcasts are canonicalized above bitwise logic.
62 ; No change. Bitcasts are canonicalized above bitwise logic.
107 ; Bitcasts are canonicalized above bitwise logic.
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp578 SmallVector<Instruction *, 2> Bitcasts; in findAllocas() local
585 Bitcasts.push_back(Bitcast); in findAllocas()
593 Bitcasts.clear(); in findAllocas()
599 if (Bitcasts.empty()) in findAllocas()
604 for (unsigned I = 0, E = Bitcasts.size(); I != E; ++I) { in findAllocas()
605 Instruction *BitcastAddr = Bitcasts[I]; in findAllocas()
1100 DenseMap<Value *, Value *> Bitcasts; in insertLifetimeMarkersSurroundingCall() local
1110 Value *&MemAsI8Ptr = Bitcasts[Mem]; in insertLifetimeMarkersSurroundingCall()
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dscalarized-bitcast.ll8 ; The bitcast below will be scalarized due to the predication in the loop. Bitcasts
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfast-isel-bitcasts-avx.ll3 ; Bitcasts between 256-bit vector types are no-ops since no instruction is
H A Dfast-isel-bitcasts-avx512.ll3 ; Bitcasts between 512-bit vector types are no-ops since no instruction is
H A Dfast-isel-bitcasts.ll4 ; Bitcasts between 128-bit vector types are no-ops since no instruction is
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td233 // Bitcasts between same-size vector types are no-ops, except for the
H A DHexagonPatterns.td355 // Bitcasts between same-size vector types are no-ops, except for the
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1289 // Bitcasts are nops