| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 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); 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 D | FastISelEmitter.cpp | 99 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 D | Constants.cpp | 1210 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 D | BitcodeReader.cpp | 2581 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 D | stdio.d | 2269 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 D | process.d | 936 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 D | COFF.h | 1296 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 D | stdio.d | 1952 FILE* getFP() @safe pure 1964 assert(stdout.getFP() == core.stdc.stdio.stdout);
|
| H A D | process.d | 411 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 D | DumpOutputStyle.cpp | 1105 formatFrameType(FD.getFP())); in dumpOldFpo()
|