Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
1077 DenseMap<Value *, Value *> Bitcasts; in insertLifetimeMarkersSurroundingCall() local
1087 Value *&MemAsI8Ptr = Bitcasts[Mem]; in insertLifetimeMarkersSurroundingCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td202 // Bitcasts between same-size vector types are no-ops, except for the
H A DHexagonPatterns.td364 // Bitcasts between same-size vector types are no-ops, except for the
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1241 // Bitcasts are nops
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202022929 Bitcasts to the equivalent integer mode using gen_lowpart