HomeSort by relevance Sort by last modified time
    Searched refs:isX86_FP80Ty (Results 1 - 25 of 39) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 130 /// isX86_FP80Ty - Return true if this is x86 long double.
131 bool isX86_FP80Ty() const { return ID == X86_FP80TyID; }
  /external/llvm/include/llvm/IR/
Type.h 149 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 151 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 151 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 151 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 592 else if (CE->getType()->isX86_FP80Ty()) {
607 else if (CE->getType()->isX86_FP80Ty()) {
624 else if (Op0->getType()->isX86_FP80Ty()) {
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 690 else if (CE->getType()->isX86_FP80Ty()) {
705 else if (CE->getType()->isX86_FP80Ty()) {
722 else if (Op0->getType()->isX86_FP80Ty()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 468 else if (CFP->getType()->isX86_FP80Ty()) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 594 DestTy->isX86_FP80Ty() ? APFloat::x87DoubleExtended :
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 824 } else if (Ty->isX86_FP80Ty()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 473 if (Ty->isX86_FP80Ty())
    [all...]

Completed in 566 milliseconds

1 2