LLVM  3.7.0
Functions | Variables
TargetRecip.cpp File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Target/TargetRecip.h"
#include <map>
Include dependency graph for TargetRecip.cpp:

Go to the source code of this file.

Functions

static bool parseRefinementStep (const StringRef &In, size_t &Position, uint8_t &Value)
 

Variables

static const char * RecipOps []
 

Function Documentation

static bool parseRefinementStep ( const StringRef In,
size_t &  Position,
uint8_t &  Value 
)
static

Variable Documentation

const char* RecipOps[]
static
Initial value:
= {
"divd",
"divf",
"vec-divd",
"vec-divf",
"sqrtd",
"sqrtf",
"vec-sqrtd",
"vec-sqrtf",
}

Definition at line 29 of file TargetRecip.cpp.

Referenced by llvm::TargetRecip::TargetRecip().