Home
last modified time | relevance | path

Searched refs:isBitcast (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp248 return MI.isBitcast() || in isUncoalescableCopy()
1087 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1830 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
2059 if (Def->isBitcast()) in getNextSourceImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h346 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrMMX.td195 let isBitcast = 1 in
206 let isBitcast = 1 in {
220 } // isBitcast
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h760 bool isBitcast(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1150 assert(Iter->isBitcast()); in selectBitCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td508 bit isBitcast = 0; // Is this instruction a bitcast instruction?