Home
last modified time | relevance | path

Searched refs:CInst (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp60 MCInst CInst; in EmitToStreamer() local
61 bool Res = compressInst(CInst, Inst, *Subtarget); in EmitToStreamer()
64 AsmPrinter::EmitToStreamer(*OutStreamer, Res ? CInst : Inst); in EmitToStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1140 CallInst *CInst = cast<CallInst>(Inst); in OptimizeIndividualCallImpl() local
1141 Type *ParamTy = CInst->getArgOperand(0)->getType(); in OptimizeIndividualCallImpl()
1150 cloneOpBundlesIf(CInst, OpBundles, [](const OperandBundleUse &B) { in OptimizeIndividualCallImpl()
1154 CallInst *Clone = CallInst::Create(CInst, OpBundles); in OptimizeIndividualCallImpl()
1160 LLVM_DEBUG(dbgs() << "Cloning " << *CInst << "\n" in OptimizeIndividualCallImpl()
1166 LLVM_DEBUG(dbgs() << "Erasing: " << *CInst << "\n"); in OptimizeIndividualCallImpl()
1167 EraseInstruction(CInst); in OptimizeIndividualCallImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp263 MCInst CInst; in EmitToStreamer() local
264 bool Res = RISCVRVC::compress(CInst, Inst, SubtargetInfo); in EmitToStreamer()
267 S.emitInstruction(Res ? CInst : Inst, SubtargetInfo); in EmitToStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1651 MCInst CInst; in emitToStreamer() local
1654 Res = compressInst(CInst, Inst, getSTI()); in emitToStreamer()
1657 S.emitInstruction((Res ? CInst : Inst), getSTI()); in emitToStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3436 MCInst CInst; in emitToStreamer() local
3440 Res = RISCVRVC::compress(CInst, Inst, STI); in emitToStreamer()
3443 S.emitInstruction((Res ? CInst : Inst), STI); in emitToStreamer()