Home
last modified time | relevance | path

Searched refs:OpaqueInst (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIRValues.def27 DEF_INSTR(Opaque, OP(Opaque), OpaqueInst)
H A DSandboxIR.h735 class OpaqueInst : public sandboxir::Instruction {
736 OpaqueInst(llvm::Instruction *I, sandboxir::Context &Ctx) in OpaqueInst() function
738 OpaqueInst(ClassID SubclassID, llvm::Instruction *I, sandboxir::Context &Ctx) in OpaqueInst() function
761 const sandboxir::OpaqueInst &OI) {
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp631 void OpaqueInst::dump(raw_ostream &OS) const { in dump()
636 void OpaqueInst::dump() const { in dump()
780 It->second = std::unique_ptr<OpaqueInst>( in getOrCreateValueInternal()
781 new OpaqueInst(cast<llvm::Instruction>(LLVMV), *this)); in getOrCreateValueInternal()