Home
last modified time | relevance | path

Searched refs:Modifications (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DIRMutator.cpp211 SmallVector<std::function<void()>, 8> Modifications; in mutate() local
221 Modifications.push_back([&Inst]() { Inst.setHasNoSignedWrap(true); }), in mutate()
223 Modifications.push_back([&Inst]() { Inst.setHasNoUnsignedWrap(true); }); in mutate()
224 Modifications.push_back([&Inst]() { Inst.setHasNoUnsignedWrap(false); }); in mutate()
229 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_EQ); }); in mutate()
230 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_NE); }); in mutate()
231 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_UGT); }); in mutate()
232 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_UGE); }); in mutate()
242 Modifications.push_back([GEP]() { GEP->setIsInBounds(true); }); in mutate()
243 Modifications.push_back([GEP]() { GEP->setIsInBounds(false); }); in mutate()
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVOps.td17 // sections will not be respected. Modifications to op traits, arguments,
/llvm-project-15.0.7/llvm/docs/
H A DBranchWeightMetadata.rst188 CFG Modifications
H A DHowToCrossCompileBuiltinsOnArm.rst189 Modifications for other Targets
H A DLangRef.rst13216 This intrinsic does *not* empty the instruction pipeline. Modifications