Home
last modified time | relevance | path

Searched defs:printAsOperand (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DArgument.cpp14 void Argument::printAsOperand(raw_ostream &OS) const { in printAsOperand() function in llvm::sandboxir::Argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp98 template <> Printable SSAContext::printAsOperand(const BasicBlock *BB) const { in printAsOperand() function in SSAContext
H A DAsmWriter.cpp5301 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() function in Value
5316 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() function in Value
5407 void Metadata::printAsOperand(raw_ostream &OS, const Module *M) const { in printAsOperand() function in Metadata
5412 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand() function in Metadata
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp121 Printable MachineSSAContext::printAsOperand(const MachineBasicBlock *BB) const { in printAsOperand() function in MachineSSAContext
H A DMachineBasicBlock.cpp592 void MachineBasicBlock::printAsOperand(raw_ostream &OS, in printAsOperand() function in MachineBasicBlock
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1493 void VPValue::printAsOperand(raw_ostream &OS, VPSlotTracker &Tracker) const { in printAsOperand() function in VPValue
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1125 void printAsOperand(raw_ostream &OS, bool /*PrintType*/) { in printAsOperand() function