/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | peephole.mir | 6 # Check that instructions with MI.isBitcast() are only replaced by COPY if there
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 295 if (!DefMI || !DefMI->getDesc().isBitcast()) in OptimizeBitcastInstr() 433 if (MCID.isBitcast()) { in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 374 bool isBitcast() const { in isBitcast() function
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } in isBitcast() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 107 FLAG(isBitcast) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 230 bool isBitcast : 1; variable
|
D | InstrInfoEmitter.cpp | 577 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 310 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
|
D | CodeGenDAGPatterns.cpp | 3289 bool isBitcast; member in InstAnalyzer 3295 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer() 3301 isBitcast = IsNodeBitcast(N); in Analyze() 3411 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 205 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-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 316 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.h | 224 bool isBitcast; variable
|
D | InstrInfoEmitter.cpp | 277 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 299 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 248 return MI.isBitcast() || in isUncoalescableCopy() 1087 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter() 1826 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast() 2055 if (Def->isBitcast()) in getNextSourceImpl()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 229 bool isBitcast : 1; variable
|
D | InstrInfoEmitter.cpp | 484 if (Inst.isBitcast) OS << "|(1ULL<<MCID::Bitcast)"; in emitRecord()
|
D | CodeGenDAGPatterns.cpp | 2745 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()
|
D | CodeGenInstruction.cpp | 308 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 195 let isBitcast = 1 in 206 let isBitcast = 1 in { 220 } // isBitcast
|
/external/llvm/lib/Target/X86/ |
D | X86InstrMMX.td | 252 let isBitcast = 1 in 266 let SchedRW = [WriteMove], isBitcast = 1 in {
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 509 bool isBitcast(QueryType Type = IgnoreBundle) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 563 bool isBitcast(QueryType Type = IgnoreBundle) const {
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 965 assert(Iter->isBitcast()); in selectBitCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1115 assert(Iter->isBitcast()); in selectBitCast()
|