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

  /external/llvm/include/llvm/IR/
Constants.h 705 /// getFP() constructors - Return a constant with array type with an element
710 static Constant *getFP(LLVMContext &Context, ArrayRef<uint16_t> Elts);
711 static Constant *getFP(LLVMContext &Context, ArrayRef<uint32_t> Elts);
712 static Constant *getFP(LLVMContext &Context, ArrayRef<uint64_t> Elts);
766 /// getFP() constructors - Return a constant with vector type with an element
771 static Constant *getFP(LLVMContext &Context, ArrayRef<uint16_t> Elts);
772 static Constant *getFP(LLVMContext &Context, ArrayRef<uint32_t> Elts);
773 static Constant *getFP(LLVMContext &Context, ArrayRef<uint64_t> Elts);
    [all...]
  /external/libunwind_llvm/src/
CompactUnwinder.hpp 613 uint64_t savedRegisterLoc = registers.getFP() - 8;
679 uint64_t fp = registers.getFP();
Registers.hpp 1053 uint64_t getFP() const { return _registers.__fp; }
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
CompactUnwinder.hpp 613 uint64_t savedRegisterLoc = registers.getFP() - 8;
679 uint64_t fp = registers.getFP();
Registers.hpp 1053 uint64_t getFP() const { return _registers.__fp; }
    [all...]
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 89 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; }
189 Operands.push_back(OpKind::getFP());
236 Operands.push_back(OpKind::getFP());
  /external/llvm/lib/IR/
Constants.cpp 883 return SequentialTy::getFP(V[0]->getContext(), Elts);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 150 milliseconds