Home
last modified time | relevance | path

Searched defs:Behavior (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst1317 .. _opt_fstrict-float-cast-overflow:
1327 .. _opt_fmath-errno:
1345 .. _opt_ftrapping-math:
1375 .. _opt_fhonor-infinities:
1382 .. _opt_fhonor-nans:
1389 .. _opt_fsigned-zeros:
1396 .. _opt_fassociative-math:
1403 .. _opt_freciprocal-math:
1412 .. _opt_funsafe-math-optimizations:
1425 .. _opt_ffinite-math-only:
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp277 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) { in isValidModFlagBehavior() local
348 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag()
356 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag()
360 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key, in addModuleFlag()
374 void Module::setModuleFlag(ModFlagBehavior Behavior, StringRef Key, in setModuleFlag()
H A DCore.cpp304 LLVMModuleFlagBehavior Behavior; member
311 map_to_llvmModFlagBehavior(LLVMModuleFlagBehavior Behavior) { in map_to_llvmModFlagBehavior()
330 map_from_llvmModFlagBehavior(Module::ModFlagBehavior Behavior) { in map_from_llvmModFlagBehavior()
398 void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, in LLVMAddModuleFlag()
H A DAutoUpgrade.cpp4226 if (auto *Behavior = in UpgradeModuleFlags() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h166 ModFlagBehavior Behavior; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1239 ConstantInt *Behavior = mdconst::extract<ConstantInt>(Op->getOperand(0)); in linkModuleFlagsMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1239 FunctionModRefBehavior Behavior = AA->getModRefBehavior(CI); in canSinkOrHoistInst() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2124 IfExistsBehavior Behavior; member