Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp107 FLAG(isBitcast) in EmitInstrDocs()
H A DCodeGenInstruction.h255 bool isBitcast : 1; variable
H A DCodeGenDAGPatterns.cpp3576 bool isBitcast; member in InstAnalyzer
3582 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer()
3588 isBitcast = IsNodeBitcast(N); in Analyze()
3702 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
H A DCodeGenInstruction.cpp445 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp1136 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h352 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp250 return MI.isBitcast() || in isUncoalescableCopy()
1106 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1843 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
2072 if (Def->isBitcast()) in getNextSourceImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrMMX.td183 let isBitcast = 1 in
194 let isBitcast = 1 in {
208 } // isBitcast
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h958 bool isBitcast(QueryType Type = IgnoreBundle) const {
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1177 assert(Iter->isBitcast()); in selectBitCast()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td551 bit isBitcast = false; // Is this instruction a bitcast instruction?
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DProgRef.rst1923 bit isBitcast = 0;