Home
last modified time | relevance | path

Searched defs:getFP (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DConstants.cpp2560 Constant *ConstantDataArray::getFP(LLVMContext &Context, in getFP() function in ConstantDataArray
2566 Constant *ConstantDataArray::getFP(LLVMContext &Context, in getFP() function in ConstantDataArray
2572 Constant *ConstantDataArray::getFP(LLVMContext &Context, in getFP() function in ConstantDataArray
2637 Constant *ConstantDataVector::getFP(LLVMContext &Context, in getFP() function in ConstantDataVector
2643 Constant *ConstantDataVector::getFP(LLVMContext &Context, in getFP() function in ConstantDataVector
2649 Constant *ConstantDataVector::getFP(LLVMContext &Context, in getFP() function in ConstantDataVector
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp89 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP() function in __anone694a1120311::OperandsSignature::OpKind
/external/libcxxabi/src/Unwind/
DRegisters.hpp1053 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64