Home
last modified time | relevance | path

Searched refs:lookupIntrinsicID (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h149 static Intrinsic::ID lookupIntrinsicID(StringRef Name);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h200 static Intrinsic::ID lookupIntrinsicID(StringRef Name);
/external/llvm/lib/IR/
DFunction.cpp466 static Intrinsic::ID lookupIntrinsicID(const ValueName *ValName) { in lookupIntrinsicID() function
488 IntID = lookupIntrinsicID(ValName); in recalculateIntrinsicID()
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h216 static Intrinsic::ID lookupIntrinsicID(StringRef Name);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp565 Intrinsic::ID Function::lookupIntrinsicID(StringRef Name) { in lookupIntrinsicID() function in Function
593 IntID = lookupIntrinsicID(Name); in recalculateIntrinsicID()
DCore.cpp2358 return Function::lookupIntrinsicID({Name, NameLen}); in LLVMLookupIntrinsicID()
/external/llvm-project/llvm/lib/IR/
DFunction.cpp679 Intrinsic::ID Function::lookupIntrinsicID(StringRef Name) { in lookupIntrinsicID() function in Function
707 IntID = lookupIntrinsicID(Name); in recalculateIntrinsicID()
DCore.cpp2394 return Function::lookupIntrinsicID({Name, NameLen}); in LLVMLookupIntrinsicID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2346 Intrinsic::ID ID = Function::lookupIntrinsicID(Name); in parseIntrinsicOperand()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2398 Intrinsic::ID ID = Function::lookupIntrinsicID(Name); in parseIntrinsicOperand()