Home
last modified time | relevance | path

Searched refs:IK (Results 1 – 25 of 84) sorted by relevance

1234

/external/libchrome/mojo/public/cpp/bindings/
Dmap_traits_wtf_hash_map.h49 template <typename IK, typename IV>
50 static bool Insert(WTF::HashMap<K, V>& input, IK&& key, IV&& value) {
55 input.insert(std::forward<IK>(key), std::forward<IV>(value));
Dmap_traits_stl.h103 template <typename IK, typename IV>
104 static bool Insert(std::unordered_map<K, V>& input, IK&& key, IV&& value) {
106 std::make_pair(std::forward<IK>(key), std::forward<IV>(value)));
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DWWWAuthenticateHeaderIms.java59 public static final String IK = ParameterNamesIms.IK; field
DParameterNamesIms.java38 public static final String IK = "ik"; field
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java80 public static final String IK = ParameterNamesIms.IK; field in AuthenticationHeader
119 ||name.equalsIgnoreCase(ParameterNamesIms.IK) in setParameter()
517 setParameter(IK, ik); in setIK()
521 return getParameter(ParameterNamesIms.IK); in getIK()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h281 InductionKind getKind() const { return IK; } in getKind()
318 return (IK == IK_FpInduction) && InductionBinOp && in hasUnsafeAlgebra()
325 if (IK != IK_FpInduction) in getUnsafeAlgebraInst()
355 InductionKind IK = IK_NoInduction; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h278 InductionKind getKind() const { return IK; } in getKind()
315 return (IK == IK_FpInduction) && InductionBinOp && in hasUnsafeAlgebra()
322 if (IK != IK_FpInduction) in getUnsafeAlgebraInst()
352 InductionKind IK = IK_NoInduction; variable
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp70 InputKind IK = IK_CXX; // FIXME in onBodySynthesis() local
72 FrontendOpts.Inputs.emplace_back(fileName, IK); in onBodySynthesis()
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp70 InputKind IK = Language::CXX; // FIXME in onBodySynthesis() local
72 FrontendOpts.Inputs.emplace_back(fileName, IK); in onBodySynthesis()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h272 : StartValue(nullptr), IK(IK_NoInduction), Step(nullptr) {} in InductionDescriptor()
290 InductionKind getKind() const { return IK; } in getKind()
318 InductionKind IK; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp801 : StartValue(Start), IK(K), Step(Step), InductionBinOp(BOp) { in InductionDescriptor()
802 assert(IK != IK_NoInduction && "Not an induction"); in InductionDescriptor()
807 assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) && in InductionDescriptor()
809 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
816 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
818 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) && in InductionDescriptor()
821 assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) && in InductionDescriptor()
823 assert((IK != IK_FpInduction || in InductionDescriptor()
/external/llvm-project/llvm/lib/Analysis/
DIVDescriptors.cpp895 : StartValue(Start), IK(K), Step(Step), InductionBinOp(BOp) { in InductionDescriptor()
896 assert(IK != IK_NoInduction && "Not an induction"); in InductionDescriptor()
901 assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) && in InductionDescriptor()
903 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
910 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
912 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) && in InductionDescriptor()
915 assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) && in InductionDescriptor()
917 assert((IK != IK_FpInduction || in InductionDescriptor()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp81 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel() argument
84 if (IK == IK_OpenCL && !Args.hasArg(OPT_cl_opt_disable)) in getOptimizationLevel()
420 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs() argument
427 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags); in ParseCodeGenArgs()
613 if (IK != IK_LLVM_IR) in ParseCodeGenArgs()
1319 InputKind IK = DashX; in ParseFrontendArgs() local
1320 if (IK == IK_None) { in ParseFrontendArgs()
1321 IK = FrontendOptions::getInputKindForExtension( in ParseFrontendArgs()
1325 DashX = IK; in ParseFrontendArgs()
1327 Opts.Inputs.emplace_back(std::move(Inputs[i]), IK); in ParseFrontendArgs()
[all …]
DChainedIncludesSource.cpp122 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind(); in createChainedIncludesSource() local
141 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource()
/external/autotest/client/site_tests/platform_AccurateTime/src/
Dcert.key14 ZklH3ITWPQ3KFa/IK/a3BnGNapFO8M9UWJafJVE6Rp0=
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp658 : StartValue(Start), IK(K), Step(Step) { in InductionDescriptor()
659 assert(IK != IK_NoInduction && "Not an induction"); in InductionDescriptor()
664 assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) && in InductionDescriptor()
666 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
673 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
696 switch (IK) { in transform()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp323 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK, in getOptimizationLevel() argument
326 if (IK.getLanguage() == Language::OpenCL && !Args.hasArg(OPT_cl_opt_disable)) in getOptimizationLevel()
812 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, in ParseCodeGenArgs() argument
819 unsigned OptimizationLevel = getOptimizationLevel(Args, IK, Diags); in ParseCodeGenArgs()
1144 if (IK.getLanguage() != Language::LLVM_IR) in ParseCodeGenArgs()
1553 IK.getLanguage() != Language::LLVM_IR) in ParseCodeGenArgs()
2168 InputKind IK = DashX; in ParseFrontendArgs() local
2169 if (IK.isUnknown()) { in ParseFrontendArgs()
2170 IK = FrontendOptions::getInputKindForExtension( in ParseFrontendArgs()
2173 if (IK.isUnknown()) in ParseFrontendArgs()
[all …]
DChainedIncludesSource.cpp120 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind(); in createChainedIncludesSource() local
138 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1527 InvalidationKinds IK) { in setTrait() argument
1528 SymTraitsMap[Sym] |= IK; in setTrait()
1532 InvalidationKinds IK) { in setTrait() argument
1535 setTrait(SR->getSymbol(), IK); in setTrait()
1537 MRTraitsMap[MR] |= IK; in setTrait()
1541 InvalidationKinds IK) const { in hasTrait()
1544 return I->second & IK; in hasTrait()
1550 InvalidationKinds IK) const { in hasTrait()
1555 return hasTrait(SR->getSymbol(), IK); in hasTrait()
1559 return I->second & IK; in hasTrait()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1700 InvalidationKinds IK) { in setTrait() argument
1701 SymTraitsMap[Sym] |= IK; in setTrait()
1705 InvalidationKinds IK) { in setTrait() argument
1708 setTrait(SR->getSymbol(), IK); in setTrait()
1710 MRTraitsMap[MR] |= IK; in setTrait()
1714 InvalidationKinds IK) const { in hasTrait()
1717 return I->second & IK; in hasTrait()
1723 InvalidationKinds IK) const { in hasTrait()
1728 return hasTrait(SR->getSymbol(), IK); in hasTrait()
1732 return I->second & IK; in hasTrait()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp200 int IK = getInstKind(SU); in releaseBottomNode() local
203 if (IK == IDOther) in releaseBottomNode()
206 Pending[IK].push_back(SU); in releaseBottomNode()
/external/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp203 int IK = getInstKind(SU); in releaseBottomNode() local
206 if (IK == IDOther) in releaseBottomNode()
209 Pending[IK].push_back(SU); in releaseBottomNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp200 int IK = getInstKind(SU); in releaseBottomNode() local
203 if (IK == IDOther) in releaseBottomNode()
206 Pending[IK].push_back(SU); in releaseBottomNode()
/external/llvm-project/clang/lib/AST/
DExpr.cpp505 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK, in PredefinedExpr() argument
508 PredefinedExprBits.Kind = IK; in PredefinedExpr()
509 assert((getIdentKind() == IK) && in PredefinedExpr()
525 QualType FNTy, IdentKind IK, in Create() argument
530 return new (Mem) PredefinedExpr(L, FNTy, IK, SL); in Create()
540 StringRef PredefinedExpr::getIdentKindName(PredefinedExpr::IdentKind IK) { in getIdentKindName() argument
541 switch (IK) { in getIdentKindName()
564 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) { in ComputeName() argument
567 if (IK == PredefinedExpr::FuncDName) { in ComputeName()
606 Out << ComputeName(IK, DCBlock); in ComputeName()
[all …]
/external/clang/include/clang/Frontend/
DCompilerInvocation.h160 static void setLangDefaults(LangOptions &Opts, InputKind IK,

1234