Searched defs:printAsOperand (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSSAContext.cpp | 96 Printable MachineSSAContext::printAsOperand(const MachineBasicBlock *BB) const { printAsOperand() function in MachineSSAContext
|
H A D | MachineBasicBlock.cpp | 592 void MachineBasicBlock::printAsOperand(raw_ostream &OS, printAsOperand() function in MachineBasicBlock
|
/llvm-project/llvm/lib/IR/ |
H A D | SSAContext.cpp | 99 return Printable([BB](raw_ostream &Out) { BB->printAsOperand(Out); }); in printAsOperand() function in SSAContext
|
H A D | AsmWriter.cpp | 5105 void Value::printAsOperand(raw_ostream &O, bool PrintType, printAsOperand() function in Value 5120 void Value::printAsOperand(raw_ostream &O, bool PrintType, printAsOperand() function in Value 5211 void Metadata::printAsOperand(raw_ostream &OS, const Module *M) const { printAsOperand() function in Metadata 5216 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, printAsOperand() function in Metadata
|
/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp |
|
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 3992 void Value::printAsOperand(raw_ostream &os, in printAsOperand() function in Block 3900 void Value::printAsOperand(raw_ostream &os, AsmState &state) const { printAsOperand() function in Value 3925 void Value::printAsOperand(raw_ostream &os, printAsOperand() function in Value 3983 void Block::printAsOperand(raw_ostream &os, bool printType) { printAsOperand() function in Block
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 1398 void VPValue::printAsOperand(raw_ostream &OS, VPSlotTracker &Tracker) const { printAsOperand() function in VPValue [all...] |
H A D | VPlan.h | 651 void printAsOperand(raw_ostream &OS, bool PrintType) const { printAsOperand() function
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1119 void printAsOperand(raw_ostream &OS, bool /*PrintType*/) { in printAsOperand() function
|