Home
last modified time | relevance | path

Searched defs:FMF (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h71 FastMathFlags FMF, Instruction *ExactFP, Type *RT, in RecurrenceDescriptor()
251 FastMathFlags FMF; variable
H A DTargetTransformInfo.h123 FastMathFlags FMF; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h192 FastMathFlags FMF; in getFast() local
308 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
314 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
H A DIRBuilder.h127 FastMathFlags FMF; variable
391 FastMathFlags FMF; variable
1135 FastMathFlags FMF) const { in setFPAttrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp287 FastMathFlags FMF = FastMathFlags::getFast(); in AddReductionVar() local
596 InstDesc &Prev, FastMathFlags FMF) { in isRecurrenceInstr()
654 FastMathFlags FMF; in isReductionPHI() local
794 FastMathFlags FMF) { in getRecurrenceIdentity()
H A DInstructionSimplify.cpp3650 FastMathFlags FMF, const SimplifyQuery &Q, in SimplifyFCmpInst()
3847 FastMathFlags FMF, const SimplifyQuery &Q) { in SimplifyFCmpInst()
4770 static Value *simplifyFNegInst(Value *Op, FastMathFlags FMF, in simplifyFNegInst()
4783 Value *llvm::SimplifyFNegInst(Value *Op, FastMathFlags FMF, in SimplifyFNegInst()
4802 FastMathFlags FMF, in simplifyFPOp()
4825 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst()
4872 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst()
4917 static Value *SimplifyFMAFMul(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMAFMul()
4951 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst()
4960 Value *llvm::SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst()
[all …]
H A DValueTracking.cpp4893 auto FMF = FP->getFastMathFlags(); in canCreateUndefOrPoison() local
5467 static bool isKnownNonNaN(const Value *V, FastMathFlags FMF) { in isKnownNonNaN()
5817 FastMathFlags FMF, in matchSelectPattern()
6131 FastMathFlags FMF; in matchDecomposedSelectPattern() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandReductions.cpp108 FastMathFlags FMF = in expandReductions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp209 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags()
214 void Instruction::copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h207 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp755 FastMathFlags FMF = FPOp->getFastMathFlags(); in visitFDiv() local
1020 FastMathFlags FMF; in expandDivRem32() local
H A DAMDGPUTargetTransformInfo.cpp756 FastMathFlags FMF = ICA.getFlags(); in getIntrinsicInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1170 FastMathFlags FMF; in getDecodedFastMathFlags() local
4074 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody() local
4110 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody() local
4316 FastMathFlags FMF = getDecodedFastMathFlags(Record[OpNum]); in parseFunctionBody() local
4392 FastMathFlags FMF; in parseFunctionBody() local
4867 FastMathFlags FMF = getDecodedFastMathFlags(Record[Record.size() - 1]); in parseFunctionBody() local
5310 FastMathFlags FMF; in parseFunctionBody() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1304 FastMathFlags FMF = ICA.getFlags(); in getIntrinsicInstrCost() local
1463 FastMathFlags FMF = ICA.getFlags(); in getTypeBasedIntrinsicInstrCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6188 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in parseInstruction() local
6217 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in parseInstruction() local
6249 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in parseInstruction() local
6275 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in parseInstruction() local
6296 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in parseInstruction() local
7288 FastMathFlags FMF = EatFastMathFlagsIfPresent(); in parseCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp301 FastMathFlags FMF = I.getFastMathFlags(); in ClearSubclassDataAfterReassociation() local
830 FastMathFlags FMF; in SimplifySelectsFeedingBinaryOp() local
H A DInstCombineSelect.cpp2958 auto FMF = in visitSelectInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp885 FastMathFlags FMF; in computeBBInlineCost() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp124 llvm::FastMathFlags FMF; in SetFastMathFlags() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2885 FastMathFlags FMF) { in getTypeBasedIntrinsicInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1836 FastMathFlags FMF = CI->getFastMathFlags(); in optimizeFMinFMax() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3517 FastMathFlags FMF; in getVectorCallCosts() local
H A DLoopVectorize.cpp3893 FastMathFlags FMF; in getVectorIntrinsicCost() local