Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInstrDocsEmitter.cpp136 FLAG(isExtractSubreg) in EmitInstrDocs()
DCodeGenInstruction.h259 bool isExtractSubreg : 1; variable
DInstrInfoEmitter.cpp604 if (Inst.isExtractSubreg) OS << "|(1ULL<<MCID::ExtractSubreg)"; in emitRecord()
DCodeGenInstruction.cpp328 isExtractSubreg = R->getValueAsBit("isExtractSubreg"); in CodeGenInstruction()
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp199 MI.isExtractSubreg())); in isCoalescableCopy()
1022 assert(MI.isExtractSubreg() && "Invalid instruction"); in ExtractSubregRewriter()
1818 assert((Def->isExtractSubreg() || in getNextSourceFromExtractSubreg()
1906 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1151 assert((MI.isExtractSubreg() || in getExtractSubregInputs()
1154 if (!MI.isExtractSubreg()) in getExtractSubregInputs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp242 MI.isExtractSubreg())); in isCoalescableCopy()
960 assert(MI.isExtractSubreg() && "Invalid instruction"); in ExtractSubregRewriter()
1973 assert((Def->isExtractSubreg() || in getNextSourceFromExtractSubreg()
2065 if (Def->isExtractSubreg() || Def->isExtractSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1183 assert((MI.isExtractSubreg() || in getExtractSubregInputs()
1186 if (!MI.isExtractSubreg()) in getExtractSubregInputs()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h256 bool isExtractSubreg : 1; variable
DInstrInfoEmitter.cpp507 if (Inst.isExtractSubreg) OS << "|(1ULL<<MCID::ExtractSubreg)"; in emitRecord()
DCodeGenInstruction.cpp324 isExtractSubreg = R->getValueAsBit("isExtractSubreg"); in CodeGenInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h334 if (isExtractSubreg() && OpIdx == 2)
900 bool isExtractSubreg() const {
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h823 bool isExtractSubreg() const {
/external/llvm/include/llvm/Target/
DTarget.td394 bit isExtractSubreg = 0; // Is this instruction a kind of extract subreg?
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td475 bit isExtractSubreg = 0; // Is this instruction a kind of extract subreg?
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td1056 let isExtractSubreg = 1;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrVFP.td1104 let isExtractSubreg = 1;