Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h129 void setInst(const MCInst *Val) { in setInst() function
H A DMCFragment.h275 void setInst(const MCInst &Value) { Inst = Value; } in setInst() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp384 J->setInst(CompoundInsn); in lookForCompound()
H A DHexagonAsmBackend.cpp56 RF.setInst(HMB); in ReplaceInstruction()
H A DHexagonMCInstrInfo.cpp1011 MCB.getOperand(Candidate.packetIndexI).setInst(Duplex); in replaceDuplex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp346 void setInst(const MachineInstr *I) { Inst = I; } in setInst() function in __anon776574090111::ValueTrackerResult
2168 Res.setInst(Def); in getNextSource()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp1102 F.setInst(Relaxed); in relaxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp841 RF.setInst(Relaxed); in padInstructionViaRelaxation()