|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Value.h 239 void printAsOperand(raw_ostream &O, bool PrintType = true,
References
include/llvm/Analysis/CFGPrinter.h 70 Node->printAsOperand(OS, false);
81 Node->printAsOperand(OS, false);
include/llvm/Analysis/DominanceFrontierImpl.h 133 I->first->printAsOperand(OS, false);
143 BB->printAsOperand(OS, false);
include/llvm/Analysis/LoopInfoImpl.h 390 BB->printAsOperand(OS, false);
include/llvm/Analysis/RegionInfoImpl.h 237 getEntry()->printAsOperand(OS, false);
245 getExit()->printAsOperand(OS, false);
include/llvm/Support/CFGUpdate.h 46 getFrom()->printAsOperand(OS, false);
48 getTo()->printAsOperand(OS, false);
include/llvm/Support/GenericDomTree.h 169 Node->getBlock()->printAsOperand(O, false);
674 Block->printAsOperand(O, false);
include/llvm/Support/GenericDomTreeConstruction.h 205 BP.N->printAsOperand(O, false);
include/llvm/Transforms/Scalar/GVNExpression.h 236 Operands[i]->printAsOperand(OS);
319 Call->printAsOperand(OS);
367 Load->printAsOperand(OS);
408 StoredValue->printAsOperand(OS);
lib/Analysis/AliasAnalysisEvaluator.cpp 49 V1->printAsOperand(os1, true, M);
50 V2->printAsOperand(os2, true, M);
63 Ptr->printAsOperand(errs(), true, M);
lib/Analysis/AliasSetTracker.cpp 676 I.getPointer()->printAsOperand(OS << "(");
689 I->printAsOperand(OS);
lib/Analysis/IVUsers.cpp 320 L->getHeader()->printAsOperand(OS, false);
328 IVUse.getOperandValToReplace()->printAsOperand(OS, false);
332 PostIncLoop->getHeader()->printAsOperand(OS, false);
lib/Analysis/LazyValueInfo.cpp 2016 BB->printAsOperand(OS, false);
lib/Analysis/Lint.cpp 161 V->printAsOperand(MessagesStr, true, Mod);
lib/Analysis/LoopInfo.cpp 941 L.getHeader()->printAsOperand(OS, false);
lib/Analysis/MemDepPrinter.cpp 152 DepBB->printAsOperand(OS, /*PrintType=*/false, M);
lib/Analysis/MemorySSA.cpp 2215 BB->printAsOperand(OS, false);
lib/Analysis/PhiValues.cpp 155 PN.printAsOperand(OS, false);
lib/Analysis/ScalarEvolution.cpp 241 cast<SCEVConstant>(this)->getValue()->printAsOperand(OS, false);
277 AR->getLoop()->getHeader()->printAsOperand(OS, /*PrintType=*/false);
340 FieldNo->printAsOperand(OS, false);
346 U->getValue()->printAsOperand(OS, false);
11488 L->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11508 L->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11521 L->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11537 L->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11565 F.printAsOperand(OS, /*PrintType=*/false);
11612 Iter->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11626 InnerL->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11637 F.printAsOperand(OS, /*PrintType=*/false);
lib/Analysis/Trace.cpp 41 (*i)->printAsOperand(O, true, getModule());
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 472 GV->printAsOperand(OutStreamer->GetCommentOS(),
680 F.printAsOperand(OutStreamer->GetCommentOS(),
2199 CE->printAsOperand(OS, /*PrintType=*/false,
2957 BB->printAsOperand(OutStreamer->GetCommentOS(),
lib/CodeGen/CodeGenPrepare.cpp 2218 BaseGV->printAsOperand(OS, /*PrintType=*/false);
2231 BaseReg->printAsOperand(OS, /*PrintType=*/false);
2237 ScaledReg->printAsOperand(OS, /*PrintType=*/false);
lib/CodeGen/MIRPrinter.cpp 510 Constant.Val.ConstVal->printAsOperand(StrOS);
lib/CodeGen/MachineFunction.cpp 1107 Constants[i].Val.ConstVal->printAsOperand(OS, /*PrintType=*/false);
lib/CodeGen/ScheduleDAGInstrs.cpp 1028 V->printAsOperand(dbgs());
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 584 GADN->getGlobal()->printAsOperand(OS);
711 BA->getBlockAddress()->getFunction()->printAsOperand(OS, false);
713 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false);
lib/IR/DiagnosticInfo.cpp 178 V->printAsOperand(OS, /*PrintType=*/false);
lib/IR/LegacyPassManager.cpp 313 V->printAsOperand(OS, /*PrintType=*/false, M);
lib/Passes/StandardInstrumentations.cpp 66 L->getHeader()->printAsOperand(ss, false);
lib/Target/AMDGPU/AMDGPULibCalls.cpp 1750 F.printAsOperand(dbgs(), false, F.getParent()); dbgs() << '\n';);
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 293 U->printAsOperand(OS, true);
lib/Target/NVPTX/NVPTXAsmPrinter.cpp 2009 CE->printAsOperand(OS, /*PrintType=*/false,
2023 CE->printAsOperand(OS, /*PrintType=*/ false,
lib/Transforms/Coroutines/CoroSplit.cpp 1325 F.printAsOperand(OS, /*print type*/ false, F.getParent());
lib/Transforms/Coroutines/Coroutines.cpp 545 V->printAsOperand(llvm::errs());
lib/Transforms/Instrumentation/PGOInstrumentation.cpp 1692 Node->printAsOperand(OS, false);
lib/Transforms/Scalar/GVN.cpp 917 dbgs() << "GVN: load "; LI->printAsOperand(dbgs());
974 dbgs() << "GVN: load "; LI->printAsOperand(dbgs());
1331 LLVM_DEBUG(dbgs() << "GVN: non-local load "; LI->printAsOperand(dbgs());
1541 dbgs() << "GVN: load "; L->printAsOperand(dbgs());
lib/Transforms/Scalar/GVNSink.cpp 763 BBEnd->printAsOperand(dbgs()); dbgs() << "\n");
817 BBEnd->printAsOperand(dbgs()); dbgs() << "\n");
lib/Transforms/Scalar/GuardWidening.cpp 229 Base->printAsOperand(OS, PrintTypes);
231 Offset->printAsOperand(OS, PrintTypes);
233 Length->printAsOperand(OS, PrintTypes);
lib/Transforms/Scalar/LoopStrengthReduce.cpp 591 BaseGV->printAsOperand(OS, /*PrintType=*/false);
1489 Store->getOperand(0)->printAsOperand(OS, /*PrintType=*/false);
1493 UserInst->printAsOperand(OS, /*PrintType=*/false);
1496 OperandValToReplace->printAsOperand(OS, /*PrintType=*/false);
1500 PIL->getHeader()->printAsOperand(OS, /*PrintType=*/false);
5550 L->getHeader()->printAsOperand(dbgs(), /*PrintType=*/false);
lib/Transforms/Scalar/Reassociate.cpp 81 Ops[i].Op->printAsOperand(dbgs(), false, M);
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 1185 Pair.first->printAsOperand(errs(), false);
1187 Pair.second->printAsOperand(errs(), false);
2270 Pair.first->printAsOperand(errs(), false);
2272 Pair.second->printAsOperand(errs(), false);
lib/Transforms/Scalar/Sink.cpp 190 Inst->getParent()->printAsOperand(dbgs(), false); dbgs() << " -> ";
191 SuccToSinkTo->printAsOperand(dbgs(), false); dbgs() << ")\n");
lib/Transforms/Utils/PredicateInfo.cpp 841 PB->From->printAsOperand(OS);
843 PB->To->printAsOperand(OS);
848 PS->From->printAsOperand(OS);
850 PS->To->printAsOperand(OS);
lib/Transforms/Vectorize/LoopVectorize.cpp 7268 IG->getInsertPos()->printAsOperand(O, false);
lib/Transforms/Vectorize/VPlan.cpp 517 Entry.first->printAsOperand(OS, false);
631 Inst->printAsOperand(RSO, false);
637 Inst->getOperand(0)->printAsOperand(RSO, false);
639 Inst->getOperand(I)->printAsOperand(RSO << ", ", false);
642 V->printAsOperand(RSO, false);
670 Phi->printAsOperand(O, false);
676 Phi->getIncomingValue(0)->printAsOperand(O, false);
680 Phi->getIncomingValue(I)->printAsOperand(O, false);
tools/bugpoint/ExtractFunction.cpp 327 LLVM_DEBUG(TNOF->printAsOperand(errs(), false));
345 GV->printAsOperand(errs(), false);
tools/polly/lib/Analysis/ScopInfo.cpp 1892 R.getEntry()->printAsOperand(EntryStr, false);
1896 R.getExit()->printAsOperand(ExitStr, false);
tools/polly/lib/CodeGen/BlockGenerators.cpp 656 Val->printAsOperand(OS, false);
unittests/IR/MetadataTest.cpp 275 C->printAsOperand(OS);
337 C->printAsOperand(OS);
390 EXPECT_PRINTER_EQ("!0", MAV0->printAsOperand(OS, false));
391 EXPECT_PRINTER_EQ("!1", MAV1->printAsOperand(OS, false));
392 EXPECT_PRINTER_EQ("metadata !0", MAV0->printAsOperand(OS, true));
393 EXPECT_PRINTER_EQ("metadata !1", MAV1->printAsOperand(OS, true));