OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFP
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
715
///
getFP
() constructors - Return a constant of array type with a float
721
static Constant *
getFP
(Type *ElementType, ArrayRef<uint16_t> Elts);
722
static Constant *
getFP
(Type *ElementType, ArrayRef<uint32_t> Elts);
723
static Constant *
getFP
(Type *ElementType, ArrayRef<uint64_t> Elts);
787
///
getFP
() constructors - Return a constant of vector type with a float
793
static Constant *
getFP
(Type *ElementType, ArrayRef<uint16_t> Elts);
794
static Constant *
getFP
(Type *ElementType, ArrayRef<uint32_t> Elts);
795
static Constant *
getFP
(Type *ElementType, ArrayRef<uint64_t> Elts);
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
FastISelEmitter.cpp
99
static OpKind
getFP
() { OpKind K; K.Repr = OK_FP; return K; }
200
Operands.push_back(OpKind::
getFP
());
243
Operands.push_back(OpKind::
getFP
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp
1210
return SequentialTy::
getFP
(V[0]->getType(), Elts);
3027
///
getFP
() constructors - Return a constant of array type with a float
3033
Constant *ConstantDataArray::
getFP
(Type *ElementType, ArrayRef<uint16_t> Elts) {
3040
Constant *ConstantDataArray::
getFP
(Type *ElementType, ArrayRef<uint32_t> Elts) {
3046
Constant *ConstantDataArray::
getFP
(Type *ElementType, ArrayRef<uint64_t> Elts) {
3101
///
getFP
() constructors - Return a constant of vector type with a float
3107
Constant *ConstantDataVector::
getFP
(Type *ElementType,
3115
Constant *ConstantDataVector::
getFP
(Type *ElementType,
3122
Constant *ConstantDataVector::
getFP
(Type *ElementType,
3156
return
getFP
(V->getType(), Elts)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
2581
V = ConstantDataVector::
getFP
(EltTy, Elts);
2583
V = ConstantDataArray::
getFP
(EltTy, Elts);
2587
V = ConstantDataVector::
getFP
(EltTy, Elts);
2589
V = ConstantDataArray::
getFP
(EltTy, Elts);
2593
V = ConstantDataVector::
getFP
(EltTy, Elts);
2595
V = ConstantDataArray::
getFP
(EltTy, Elts);
2599
V = ConstantDataVector::
getFP
(EltTy, Elts);
2601
V = ConstantDataArray::
getFP
(EltTy, Elts);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
stdio.d
2269
FILE*
getFP
() @safe pure
2274
"Attempting to call
getFP
() on an unopened file");
2281
assert(stdout.
getFP
() == core.stdc.stdio.stdout);
3851
() @trusted { __setmode(fileno(f.
getFP
()), _O_U8TEXT); } ();
3855
assert(fwide(f.
getFP
(), 1) == 1);
process.d
936
static int getFD(ref File f) { return core.stdc.stdio.fileno(f.
getFP
()); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h
1296
frame_type
getFP
() const { return static_cast<frame_type>(Attributes >> 14); }
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp
1105
formatFrameType(FD.
getFP
()));
Completed in 100 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026