Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInst.h129 void setInst(const MCInst *Val) { in setInst() function
H A DMCFragment.h284 void setInst(const MCInst &Value) { Inst = Value; } in setInst() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp384 J->setInst(CompoundInsn); in lookForCompound()
H A DHexagonAsmBackend.cpp58 RF.setInst(HMB); in ReplaceInstruction()
H A DHexagonMCInstrInfo.cpp1003 MCB.getOperand(Candidate.packetIndexI).setInst(Duplex); in replaceDuplex()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp302 void setInst(const MachineInstr *I) { Inst = I; } in setInst() function in __anon629c1d000111::ValueTrackerResult
2107 Res.setInst(Def); in getNextSource()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp1003 F.setInst(Relaxed); in relaxInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp855 RF.setInst(Relaxed); in padInstructionViaRelaxation()