Searched refs:getParamElementType (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Statepoint.h | 123 auto *FT = cast<FunctionType>(getParamElementType(CalledFunctionPos)); in getActualReturnType()
|
| H A D | InstrTypes.h | 1789 Type *getParamElementType(unsigned ArgNo) const { 1790 return Attrs.getParamElementType(ArgNo);
|
| H A D | Attributes.h | 844 Type *getParamElementType(unsigned ArgNo) const;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 309 OpTy = Call.getParamElementType(ArgNo); in lowerInlineAsm()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | OpaquePointers.rst | 170 using ``getParamElementType()``. This attribute is required in cases where
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 351 return Call->getParamElementType(0); in getBaseElementType()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 2224 Check(Call.getParamElementType(ArgNo), in verifyInlineAsmCall() 2267 Type *TargetElemType = Call.getParamElementType(2); in verifyStatepoint() 5187 cast<FunctionType>(StatepointCall->getParamElementType(2)); in visitIntrinsicCall() 5642 Type *ElemTy = Call.getParamElementType(0); in visitIntrinsicCall() 5651 Type *ElemTy = Call.getAttributes().getParamElementType(1); in visitIntrinsicCall()
|
| H A D | Attributes.cpp | 1460 Type *AttributeList::getParamElementType(unsigned Index) const { in getParamElementType() function in AttributeList
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 4139 instrumentAsmArgument(Operand, CB->getParamElementType(i), I, IRB, DL, in visitAsmInstruction() 4147 instrumentAsmArgument(Operand, CB->getParamElementType(i), I, IRB, DL, in visitAsmInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4400 if (CI.isIndirect && !Attrs.getParamElementType(ArgNo)) { in propagateAttributeTypes() 4436 if (!Attrs.getParamElementType(ArgNo)) { in propagateAttributeTypes()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5352 OpTy = Call.getParamElementType(ArgNo); in ParseConstraints()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 12451 Type *ValTy = I.getParamElementType(0); in getTgtMemIntrinsic() 12462 Type *ValTy = I.getParamElementType(1); in getTgtMemIntrinsic()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 20871 Type *ValTy = I.getParamElementType(0); in getTgtMemIntrinsic() 20883 Type *ValTy = I.getParamElementType(1); in getTgtMemIntrinsic()
|