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

/freebsd-11-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.cpp3306 Intrinsic::ID IntID = (SZ == 32) ? Intrinsic::hexagon_L2_loadw_locked local
3308 Function *Fn = Intrinsic::getDeclaration(M, IntID);
3330 Intrinsic::ID IntID = (SZ == 32) ? Intrinsic::hexagon_S2_storew_locked local
3332 Function *Fn = Intrinsic::getDeclaration(M, IntID);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h134 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) { argument
138 return Decl = Intrinsic::getDeclaration(TheModule, IntID);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h83 IntID((Intrinsic::ID)0U), Parent(nullptr) {
162 Intrinsic::ID IntID; member in class:llvm::GlobalValue
H A DFunction.h193 Intrinsic::ID getIntrinsicID() const LLVM_READONLY { return IntID; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp283 // Note, the IntID field will have been set in Value::setName if this function
285 if (IntID)
286 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
589 IntID = Intrinsic::not_intrinsic;
593 IntID = lookupIntrinsicID(Name);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2000 llvm::Function *&fn, llvm::Intrinsic::ID IntID,
2006 fn = CGF.CGM.getIntrinsic(IntID);
2026 llvm::Intrinsic::ID IntID) {
2028 fn = CGF.CGM.getIntrinsic(IntID);
2051 llvm::Intrinsic::ID IntID,
2056 fn = CGF.CGM.getIntrinsic(IntID);
2077 llvm::Intrinsic::ID IntID) {
2081 fn = CGF.CGM.getIntrinsic(IntID);
1998 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
2024 emitARCLoadOperation(CodeGenFunction &CGF, Address addr, llvm::Function *&fn, llvm::Intrinsic::ID IntID) argument
2048 emitARCStoreOperation(CodeGenFunction &CGF, Address addr, llvm::Value *value, llvm::Function *&fn, llvm::Intrinsic::ID IntID, bool ignored) argument
2075 emitARCCopyOperation(CodeGenFunction &CGF, Address dst, Address src, llvm::Function *&fn, llvm::Intrinsic::ID IntID) argument
H A DCGBuiltin.cpp5995 llvm::Type *ResTy, unsigned IntID,
6027 TblF = CGF.CGM.getIntrinsic(IntID, ResTy);
14756 auto MakeCircLd = [&](unsigned IntID, bool HasImm) {
14770 llvm::Value *Result = Builder.CreateCall(CGM.getIntrinsic(IntID), Ops);
14781 auto MakeCircSt = [&](unsigned IntID, bool HasImm) {
14795 llvm::Value *NewBase = Builder.CreateCall(CGM.getIntrinsic(IntID), Ops);
14807 auto MakeBrevLd = [&](unsigned IntID, llvm::Type *DestTy) {
14827 llvm::Value *Result = Builder.CreateCall(CGM.getIntrinsic(IntID), Ops);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1127 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue()); local
1128 switch (IntID) {
12993 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue()); local
12994 switch (IntID) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15691 Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue()); local
15692 switch (IntID) {

Completed in 333 milliseconds