OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPMathTag
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
138
MDNode *
FPMathTag
, ArrayRef<OperandBundleDef> OpBundles)
140
DefaultFPMathTag(
FPMathTag
), IsFPConstrained(false),
302
void setDefaultFPMathTag(MDNode *
FPMathTag
) { DefaultFPMathTag =
FPMathTag
; }
392
MDNode *
FPMathTag
;
399
: Builder(B), FMF(B.FMF),
FPMathTag
(B.DefaultFPMathTag),
409
Builder.DefaultFPMathTag =
FPMathTag
;
1532
MDNode *
FPMathTag
= nullptr) {
1536
setFPAttrs(BinOp,
FPMathTag
, FMF);
1554
const Twine &Name = "", MDNode *
FPMathTag
= nullptr
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp
812
const Twine &Name, MDNode *
FPMathTag
,
825
setFPAttrs(C,
FPMathTag
, UseFMF);
830
const Twine &Name, MDNode *
FPMathTag
) {
834
Ops[0], Ops[1], Name,
FPMathTag
);
839
Ops[0], Name,
FPMathTag
);
846
Instruction *FMFSource, const Twine &Name, MDNode *
FPMathTag
,
877
setFPAttrs(C,
FPMathTag
, UseFMF);
883
MDNode *
FPMathTag
, bool IsSignaling) {
893
return Insert(setFPAttrs(new FCmpInst(P, LHS, RHS),
FPMathTag
, FMF), Name);
Core.cpp
3124
LLVMMetadataRef
FPMathTag
) {
3126
unwrap(Builder)->setDefaultFPMathTag(
FPMathTag
3127
? unwrap<MDNode>(
FPMathTag
)
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h
3620
* To clear the metadata, pass NULL to \p
FPMathTag
.
3625
LLVMMetadataRef
FPMathTag
);
Completed in 67 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026