Home
last modified time | relevance | path

Searched defs:AllowContract (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h45 AllowContract = (1 << 5), enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h514 AllowContract = (1 << 5), enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1008 char AllowContract : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52212 auto AllowContract = [&DAG](const SDNodeFlags &Flags) { in combineFaddCFmul() local