Home
last modified time | relevance | path

Searched refs:getParamElementType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType()
H A DInstrTypes.h1894 Type *getParamElementType(unsigned ArgNo) const {
1895 return Attrs.getParamElementType(ArgNo);
H A DAttributes.h903 Type *getParamElementType(unsigned ArgNo) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp255 OpTy = Call.getParamElementType(ArgNo); in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp282 Type *GEPPointeeType = Call->getParamElementType(Delta); in reconstructGEP()
H A DBPFAbstractMemberAccess.cpp323 return Call->getParamElementType(0); in getBaseElementType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2520 Check(Call.getParamElementType(ArgNo), in verifyInlineAsmCall()
2563 Type *TargetElemType = Call.getParamElementType(2); in verifyStatepoint()
5671 cast<FunctionType>(StatepointCall->getParamElementType(2)); in visitIntrinsicCall()
6189 Type *ElemTy = Call.getParamElementType(0); in visitIntrinsicCall()
6198 Type *ElemTy = Call.getAttributes().getParamElementType(1); in visitIntrinsicCall()
H A DAttributes.cpp1700 Type *AttributeList::getParamElementType(unsigned Index) const { in getParamElementType() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4896 instrumentAsmArgument(Operand, CB->getParamElementType(i), I, IRB, DL, in visitAsmInstruction()
4904 instrumentAsmArgument(Operand, CB->getParamElementType(i), I, IRB, DL, in visitAsmInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4768 if (CI.isIndirect && !Attrs.getParamElementType(ArgNo)) { in propagateAttributeTypes()
4804 if (!Attrs.getParamElementType(ArgNo)) { in propagateAttributeTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21195 Type *ValTy = I.getParamElementType(0); in getTgtMemIntrinsic()
21207 Type *ValTy = I.getParamElementType(1); in getTgtMemIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5745 OpTy = Call.getParamElementType(ArgNo); in ParseConstraints()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15610 Type *ValTy = I.getParamElementType(0); in getTgtMemIntrinsic()
15621 Type *ValTy = I.getParamElementType(1); in getTgtMemIntrinsic()