Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp577 SmallVector<Instruction *, 2> Bitcasts; in findAllocas() local
584 Bitcasts.push_back(Bitcast); in findAllocas()
592 Bitcasts.clear(); in findAllocas()
598 if (Bitcasts.empty()) in findAllocas()
603 for (unsigned I = 0, E = Bitcasts.size(); I != E; ++I) { in findAllocas()
604 Instruction *BitcastAddr = Bitcasts[I]; in findAllocas()
1100 DenseMap<Value *, Value *> Bitcasts; in insertLifetimeMarkersSurroundingCall() local
1110 Value *&MemAsI8Ptr = Bitcasts[Mem]; in insertLifetimeMarkersSurroundingCall()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonPatternsHVX.td244 // Bitcasts between same-size vector types are no-ops, except for the
DHexagonPatterns.td364 // Bitcasts between same-size vector types are no-ops, except for the
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrSIMD.td1290 // Bitcasts are nops