/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 71 FastMathFlags FMF, Instruction *ExactFP, Type *RT, in RecurrenceDescriptor() 251 FastMathFlags FMF; variable
|
H A D | TargetTransformInfo.h | 123 FastMathFlags FMF; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Operator.h | 192 FastMathFlags FMF; in getFast() local 308 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() 314 void copyFastMathFlags(FastMathFlags FMF) { in copyFastMathFlags()
|
H A D | IRBuilder.h | 127 FastMathFlags FMF; variable 391 FastMathFlags FMF; variable 1135 FastMathFlags FMF) const { in setFPAttrs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 287 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 D | InstructionSimplify.cpp | 3650 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 D | ValueTracking.cpp | 4893 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 D | ExpandReductions.cpp | 108 FastMathFlags FMF = in expandReductions() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instruction.cpp | 209 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 D | LLParser.h | 207 FastMathFlags FMF; in EatFastMathFlagsIfPresent() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 755 FastMathFlags FMF = FPOp->getFastMathFlags(); in visitFDiv() local 1020 FastMathFlags FMF; in expandDivRem32() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 756 FastMathFlags FMF = ICA.getFlags(); in getIntrinsicInstrCost() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1170 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 D | BasicTTIImpl.h | 1304 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 D | LLParser.cpp | 6188 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 D | InstructionCombining.cpp | 301 FastMathFlags FMF = I.getFastMathFlags(); in ClearSubclassDataAfterReassociation() local 830 FastMathFlags FMF; in SimplifySelectsFeedingBinaryOp() local
|
H A D | InstCombineSelect.cpp | 2958 auto FMF = in visitSelectInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 885 FastMathFlags FMF; in computeBBInlineCost() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 124 llvm::FastMathFlags FMF; in SetFastMathFlags() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 2885 FastMathFlags FMF) { in getTypeBasedIntrinsicInstrCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1836 FastMathFlags FMF = CI->getFastMathFlags(); in optimizeFMinFMax() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3517 FastMathFlags FMF; in getVectorCallCosts() local
|
H A D | LoopVectorize.cpp | 3893 FastMathFlags FMF; in getVectorIntrinsicCost() local
|