Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DStatepoint.h123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType()
H A DInstrTypes.h1799 Type *getParamElementType(unsigned ArgNo) const {
1800 return Attrs.getParamElementType(ArgNo);
H A DAttributes.h857 Type *getParamElementType(unsigned ArgNo) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp309 OpTy = Call.getParamElementType(ArgNo); in lowerInlineAsm()
/openbsd-src/gnu/llvm/llvm/docs/
H A DOpaquePointers.rst170 using ``getParamElementType()``. This attribute is required in cases where
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp351 return Call->getParamElementType(0); in getBaseElementType()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2266 Check(Call.getParamElementType(ArgNo), in verifyInlineAsmCall()
2309 Type *TargetElemType = Call.getParamElementType(2); in verifyStatepoint()
5292 cast<FunctionType>(StatepointCall->getParamElementType(2)); in visitIntrinsicCall()
5765 Type *ElemTy = Call.getParamElementType(0); in visitIntrinsicCall()
5774 Type *ElemTy = Call.getAttributes().getParamElementType(1); in visitIntrinsicCall()
H A DAttributes.cpp1534 Type *AttributeList::getParamElementType(unsigned Index) const { in getParamElementType() function in AttributeList
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4553 instrumentAsmArgument(Operand, CB->getParamElementType(i), I, IRB, DL, in visitAsmInstruction()
4561 instrumentAsmArgument(Operand, CB->getParamElementType(i), I, IRB, DL, in visitAsmInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4565 if (CI.isIndirect && !Attrs.getParamElementType(ArgNo)) { in propagateAttributeTypes()
4601 if (!Attrs.getParamElementType(ArgNo)) { in propagateAttributeTypes()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20962 Type *ValTy = I.getParamElementType(0); in getTgtMemIntrinsic()
20974 Type *ValTy = I.getParamElementType(1); in getTgtMemIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5438 OpTy = Call.getParamElementType(ArgNo); in ParseConstraints()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13494 Type *ValTy = I.getParamElementType(0); in getTgtMemIntrinsic()
13505 Type *ValTy = I.getParamElementType(1); in getTgtMemIntrinsic()