Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPeepholeOptimizer.cpp295 if (!DefMI || !DefMI->getDesc().isBitcast()) in OptimizeBitcastInstr()
433 if (MCID.isBitcast()) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h374 bool isBitcast() const { in isBitcast() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } in isBitcast() function
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp205 return MI.isBitcast() || in isUncoalescableCopy()
1153 if (MI.isBitcast() || (MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()
1682 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()
1896 if (Def->isBitcast()) in getNextSourceImpl()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h224 bool isBitcast; variable
DInstrInfoEmitter.cpp277 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)"; in emitRecord()
DCodeGenInstruction.cpp299 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
DCodeGenDAGPatterns.cpp2829 InstInfo.isBitcast = IsBitcast; in InferInstructionFlags()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h229 bool isBitcast : 1; variable
DInstrInfoEmitter.cpp484 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
DCodeGenDAGPatterns.cpp2745 bool isBitcast; member in InstAnalyzer
2750 isBitcast(false), isVariadic(false) {} in InstAnalyzer()
2807 isBitcast = IsNodeBitcast(N); in AnalyzeNode()
2877 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
DCodeGenInstruction.cpp308 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
/external/llvm/lib/Target/X86/
DX86InstrMMX.td252 let isBitcast = 1 in
266 let SchedRW = [WriteMove], isBitcast = 1 in {
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h509 bool isBitcast(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp965 assert(Iter->isBitcast()); in selectBitCast()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTarget.td318 bit isBitcast = 0; // Is this instruction a bitcast instruction?
/external/llvm/include/llvm/Target/
DTarget.td367 bit isBitcast = 0; // Is this instruction a bitcast instruction?