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

  /external/compiler-rt/test/profile/Inputs/
instrprof-alloc.c 26 void getFP(int i) {
37 getFP(i);
  /external/llvm/include/llvm/IR/
Constants.h 674 /// getFP() constructors - Return a constant with array type with an element
679 static Constant *getFP(LLVMContext &Context, ArrayRef<uint16_t> Elts);
680 static Constant *getFP(LLVMContext &Context, ArrayRef<uint32_t> Elts);
681 static Constant *getFP(LLVMContext &Context, ArrayRef<uint64_t> Elts);
732 /// getFP() constructors - Return a constant with vector type with an element
737 static Constant *getFP(LLVMContext &Context, ArrayRef<uint16_t> Elts);
738 static Constant *getFP(LLVMContext &Context, ArrayRef<uint32_t> Elts);
739 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...]
  /prebuilts/ndk/r11/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/swiftshader/third_party/LLVM/utils/TableGen/
FastISelEmitter.cpp 83 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; }
182 Operands.push_back(OpKind::getFP());
229 Operands.push_back(OpKind::getFP());
  /external/llvm/lib/IR/
Constants.cpp 841 return SequentialTy::getFP(V[0]->getContext(), Elts);
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h     [all...]
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 771 P.printNumber("Frame Pointer", Fpo.getFP());
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 549 milliseconds