Home
last modified time | relevance | path

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

/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/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/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/llvm/lib/Target/ARM/
DARMInstrVFP.td1056 let isExtractSubreg = 1;