Searched refs:IntID (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp47 bool intrinsicAlreadySextended(Intrinsic::ID IntID);
56 bool HexagonOptimizeSZextends::intrinsicAlreadySextended(Intrinsic::ID IntID) { argument
57 switch(IntID) {
H A DHexagonISelLowering.cpp3462 Intrinsic::ID IntID = (SZ == 32) ? Intrinsic::hexagon_L2_loadw_locked local
3464 Function *Fn = Intrinsic::getDeclaration(M, IntID);
3486 Intrinsic::ID IntID = (SZ == 32) ? Intrinsic::hexagon_S2_storew_locked local
3488 Function *Fn = Intrinsic::getDeclaration(M, IntID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h130 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) { argument
134 return Decl = Intrinsic::getDeclaration(TheModule, IntID);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h83 IntID((Intrinsic::ID)0U), Parent(nullptr) {
156 Intrinsic::ID IntID; member in class:llvm::GlobalValue
H A DFunction.h195 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp312 // Note, the IntID field will have been set in Value::setName if this function
314 if (IntID)
315 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
630 IntID = Intrinsic::not_intrinsic;
634 IntID = lookupIntrinsicID(Name);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2033 llvm::Function *&fn, llvm::Intrinsic::ID IntID,
2039 fn = CGF.CGM.getIntrinsic(IntID);
2059 llvm::Intrinsic::ID IntID) {
2061 fn = CGF.CGM.getIntrinsic(IntID);
2084 llvm::Intrinsic::ID IntID,
2089 fn = CGF.CGM.getIntrinsic(IntID);
2110 llvm::Intrinsic::ID IntID) {
2114 fn = CGF.CGM.getIntrinsic(IntID);
2031 emitARCValueOperation( CodeGenFunction &CGF, llvm::Value *value, llvm::Type *returnType, llvm::Function *&fn, llvm::Intrinsic::ID IntID, llvm::CallInst::TailCallKind tailKind = llvm::CallInst::TCK_None) argument
2057 emitARCLoadOperation(CodeGenFunction &CGF, Address addr, llvm::Function *&fn, llvm::Intrinsic::ID IntID) argument
2081 emitARCStoreOperation(CodeGenFunction &CGF, Address addr, llvm::Value *value, llvm::Function *&fn, llvm::Intrinsic::ID IntID, bool ignored) argument
2108 emitARCCopyOperation(CodeGenFunction &CGF, Address dst, Address src, llvm::Function *&fn, llvm::Intrinsic::ID IntID) argument
H A DCodeGenFunction.h4038 unsigned IntID);
4041 unsigned IntID);
4053 unsigned IntID);
4055 SmallVectorImpl<llvm::Value *> &Ops, unsigned IntID);
4058 unsigned IntID);
H A DCGBuiltin.cpp6295 llvm::Type *ResTy, unsigned IntID,
6327 TblF = CGF.CGM.getIntrinsic(IntID, ResTy);
7822 unsigned IntID;
7830 IntID = Intrinsic::aarch64_sve_convert_from_svbool;
7834 IntID = Intrinsic::aarch64_sve_convert_to_svbool;
7839 Function *F = CGM.getIntrinsic(IntID, IntrinsicTy);
7847 unsigned IntID) {
7864 F = CGM.getIntrinsic(IntID, {OverloadedTy, Ops[1]->getType()});
7870 F = CGM.getIntrinsic(IntID, OverloadedTy);
7899 unsigned IntID) {
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1264 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue()); local
1265 switch (IntID) {
14521 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue()); local
14522 switch (IntID) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17072 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue()); local
17073 switch (IntID) {

Completed in 407 milliseconds