Home
last modified time | relevance | path

Searched refs:getFP (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h721 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);
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);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFastISelEmitter.cpp99 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP() function in __anon2f99e1bb0311::OperandsSignature::OpKind
200 Operands.push_back(OpKind::getFP()); in initialize()
243 Operands.push_back(OpKind::getFP()); in initialize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1210 return SequentialTy::getFP(V[0]->getType(), Elts); in getFPSequenceIfElementsMatch()
3033 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint16_t> Elts) { in getFP() function in ConstantDataArray
3040 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint32_t> Elts) { in getFP() function in ConstantDataArray
3046 Constant *ConstantDataArray::getFP(Type *ElementType, ArrayRef<uint64_t> Elts) { in getFP() function in ConstantDataArray
3107 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3115 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3122 Constant *ConstantDataVector::getFP(Type *ElementType, in getFP() function in ConstantDataVector
3156 return getFP(V->getType(), Elts); in getSplat()
3161 return getFP(V->getType(), Elts); in getSplat()
3166 return getFP(V->getType(), Elts); in getSplat()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2581 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
2583 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
2587 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
2589 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
2593 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
2595 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
2599 V = ConstantDataVector::getFP(EltTy, Elts); in parseConstants()
2601 V = ConstantDataArray::getFP(EltTy, Elts); in parseConstants()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d2269 FILE* getFP() @safe pure
2281 assert(stdout.getFP() == core.stdc.stdio.stdout);
3851 () @trusted { __setmode(fileno(f.getFP()), _O_U8TEXT); } ();
3855 assert(fwide(f.getFP(), 1) == 1);
H A Dprocess.d936 static int getFD(ref File f) { return core.stdc.stdio.fileno(f.getFP()); }
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h1296 frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); } in getFP() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d1952 FILE* getFP() @safe pure
1964 assert(stdout.getFP() == core.stdc.stdio.stdout);
H A Dprocess.d411 static int getFD(ref File f) { return core.stdc.stdio.fileno(f.getFP()); }
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1105 formatFrameType(FD.getFP())); in dumpOldFpo()