Searched refs:CInst (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 60 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 D | ObjCARCOpts.cpp | 1140 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 D | RISCVAsmPrinter.cpp | 263 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 D | CSKYAsmParser.cpp | 1651 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 D | RISCVAsmParser.cpp | 3436 MCInst CInst; in emitToStreamer() local 3440 Res = RISCVRVC::compress(CInst, Inst, STI); in emitToStreamer() 3443 S.emitInstruction((Res ? CInst : Inst), STI); in emitToStreamer()
|