Home
last modified time | relevance | path

Searched refs:getNameOrAsOperand (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp165 << C->getNameOrAsOperand() << "\n"); in getCodeSizeSavingsForArg()
777 << Arg.Formal->getNameOrAsOperand() in run()
778 << ", ActualArg = " << Arg.Actual->getNameOrAsOperand() in run()
914 << A->getName() << " : " << C->getNameOrAsOperand() in findSpecializations()
1146 << A->getNameOrAsOperand() << "\n"; in isArgumentInteresting()
1149 << A->getNameOrAsOperand() << " is already constant\n"; in isArgumentInteresting()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp171 OperandName = V->getNameOrAsOperand(); in getVarNamesList()
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp362 return BB.getNameOrAsOperand() == BBName; in main()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp257 << L->getHeader()->getNameOrAsOperand() << "\n"); in runOnLoop()
785 << InitialPreheader->getNameOrAsOperand() in getOrCreateHoistedBlock()
787 << BB->getNameOrAsOperand() << "\n"); in getOrCreateHoistedBlock()
1026 << HoistPoint->getParent()->getNameOrAsOperand() in hoistRegion()
1672 LLVM_DEBUG(dbgs() << "LICM hoisting to " << Dest->getNameOrAsOperand() << ": " in hoist()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h294 LLVM_ABI std::string getNameOrAsOperand() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp457 std::string Value::getNameOrAsOperand() const { in getNameOrAsOperand() function in Value
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1098 << NewArg->getNameOrAsOperand() << "\n"); in setLatticeValueForSpecializationArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3238 GV->getNameOrAsOperand()); in emitSpecialLLVMGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14631 LLVM_DEBUG(dbgs() << " Use: " << EU.Scalar->getNameOrAsOperand() << "\n"); in getTreeCost()