Searched refs:getParamElementType (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Statepoint.h | 123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType()
|
| H A D | InstrTypes.h | 1834 Type *getParamElementType(unsigned ArgNo) const { 1835 return Attrs.getParamElementType(ArgNo);
|
| H A D | Attributes.h | 944 LLVM_ABI Type *getParamElementType(unsigned ArgNo) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 255 OpTy = Call.getParamElementType(ArgNo); in lowerInlineAsm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveStaticOffset.cpp | 279 Type *GEPPointeeType = Call->getParamElementType(Delta); in reconstructGEP()
|
| H A D | BPFAbstractMemberAccess.cpp | 316 return Call->getParamElementType(0); in getBaseElementType()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2660 Check(Call.getParamElementType(ArgNo), in verifyInlineAsmCall() 2701 Type *TargetElemType = Call.getParamElementType(2); in verifyStatepoint() 5930 cast<FunctionType>(StatepointCall->getParamElementType(2)); in visitIntrinsicCall() 6475 Type *ElemTy = Call.getParamElementType(0); in visitIntrinsicCall() 6484 Type *ElemTy = Call.getAttributes().getParamElementType(1); in visitIntrinsicCall()
|
| H A D | Attributes.cpp | 1943 Type *AttributeList::getParamElementType(unsigned Index) const { in getParamElementType() function in AttributeList
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 6380 instrumentAsmArgument(Operand, CB->getParamElementType(i), I, IRB, DL, in visitAsmInstruction() 6388 instrumentAsmArgument(Operand, CB->getParamElementType(i), I, IRB, DL, in visitAsmInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4849 if (CI.isIndirect && !Attrs.getParamElementType(ArgNo)) { in propagateAttributeTypes() 4885 if (!Attrs.getParamElementType(ArgNo)) { in propagateAttributeTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 21129 Type *ValTy = I.getParamElementType(0); in getTgtMemIntrinsic() 21141 Type *ValTy = I.getParamElementType(1); in getTgtMemIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5963 OpTy = Call.getParamElementType(ArgNo); in ParseConstraints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 16412 Type *ValTy = I.getParamElementType(0); in getTgtMemIntrinsic() 16423 Type *ValTy = I.getParamElementType(1); in getTgtMemIntrinsic()
|