Searched refs:Argument (Results 176 - 199 of 199) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp536 if (isa<Argument>(V)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp35 #include "llvm/IR/Argument.h"
194 if (isa<Argument>(V)) return ValueRankMap[V]; // Function argument.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1528 macro(Argument) \
2572 * function receives. Each LLVMValueRef corresponds to a llvm::Argument
2632 * @see llvm::Argument::addAttr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp27 #include "llvm/IR/Argument.h"
538 dyn_cast_or_null<Argument>(DDI->getAddress())) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp945 llvm::Value *Argument) {
949 llvm::Value *Args[] = {Argument};
944 emitRTtypeidCall(CodeGenFunction &CGF, llvm::Value *Argument) argument
H A DCodeGenModule.cpp4413 for (llvm::Argument &A : newFn->args()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp32 #include "llvm/IR/Argument.h"
2466 std::vector<const Argument *> theArgs;
2467 for (const Argument &I : F->args()) {
H A DNVPTXISelDAGToDAG.cpp711 if (auto *A = dyn_cast<const Argument>(V))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp521 // Copy the SRet Argument to SRetReturnReg.
2049 SDValue Argument = DAG.getNode(SPISD::TLS_ADD, DL, PtrVT, Base, HiLo, local
2056 Chain = DAG.getCopyToReg(Chain, DL, SP::O0, Argument, InFlag);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3421 SDValue Argument = DAG.getTargetConstantPool(CPV, PtrVT, Align(4)); local
3422 Argument = DAG.getNode(ARMISD::Wrapper, dl, MVT::i32, Argument);
3423 Argument = DAG.getLoad(
3424 PtrVT, dl, DAG.getEntryNode(), Argument,
3426 SDValue Chain = Argument.getValue(1);
3429 Argument = DAG.getNode(ARMISD::PIC_ADD, dl, PtrVT, Argument, PICLabel);
3434 Entry.Node = Argument;
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp8763 Option, Argument
8798 m_tokenBuffer.push_back( { TokenType::Argument, next.substr( delimiterPos + 1 ) } );
8811 m_tokenBuffer.push_back( { TokenType::Argument, next } );
9267 if( token.type != TokenType::Argument )
9359 if( argToken.type != TokenType::Argument )
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp22 #include "llvm/IR/Argument.h"
2923 for (Argument &A : F.args())
2991 FwdVal = new Argument(Ty, Name);
3025 FwdVal = new Argument(Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2558 if (const Argument *A = dyn_cast<Argument>(V))
H A DScalarEvolution.cpp87 #include "llvm/IR/Argument.h"
600 if (const auto *LA = dyn_cast<Argument>(LV)) {
601 const auto *RA = cast<Argument>(RV);
5009 if (isa<Argument>(V))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4182 SmallPtrSetImpl<Argument *> &Args) const {
4201 return llvm::none_of(Args, [](Argument *A) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1885 E->Argument = Record.readSubExpr();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1316 } else if (const auto *Arg = dyn_cast<Argument>(Address))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp170 if (isa<LoadInst>(V) || isa<InvokeInst>(V) || isa<Argument>(V) ||
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3446 /// Argument-dependent diagnose_if attributes should be checked each time a
3458 /// Argument-independent diagnose_if attributes should be checked on every use
8024 // C++ Template Argument Deduction (C++ [temp.deduct])
10601 unsigned Argument,
12071 unsigned Argument);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2162 if (!Ptr || isa<UndefValue>(Ptr) || isa<Argument>(Ptr) ||
H A DAMDGPUISelLowering.cpp1019 for (const Argument &Arg : Fn.args()) {
H A DSIISelLowering.cpp2738 for (const Argument &Arg : CallerF.args()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp630 if (auto *A = dyn_cast<Argument>(V)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1267 else if (isa<Argument>(OpLane0))

Completed in 985 milliseconds

12345678