HomeSort by relevance Sort by last modified time
    Searched refs:MD_fpmath (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/IR/
LLVMContext.h 52 MD_fpmath = 3, // "fpmath"
IRBuilder.h 757 I->setMetadata(LLVMContext::MD_fpmath, FPMathTag);
    [all...]
  /external/llvm/lib/IR/
LLVMContext.cpp 52 assert(FPAccuracyID == MD_fpmath && "fpmath kind id drifted");
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 343 case LLVMContext::MD_fpmath:
415 case LLVMContext::MD_fpmath:
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 322 || Tag == LLVMContext::MD_fpmath
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
SLPVectorizer.cpp 253 case LLVMContext::MD_fpmath:
    [all...]
LoopVectorize.cpp 637 Kind != LLVMContext::MD_fpmath &&
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 306 milliseconds