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

1 2 3 4 5

  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 42 APInt API = APF.bitcastToAPInt();
  /external/llvm/lib/Target/Hexagon/
HexagonSplitConst32AndConst64.cpp 115 ImmValue = *Val.bitcastToAPInt().getRawData();
135 ImmValue = *Val.bitcastToAPInt().getRawData();
HexagonMCInstLower.cpp 124 MCConstantExpr::create(*Val.bitcastToAPInt().getRawData(),
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 699 return getFP16Imm(FPImm.bitcastToAPInt());
727 return getFP32Imm(FPImm.bitcastToAPInt());
755 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 117 return APIntToHexString(CFP->getValueAPF().bitcastToAPInt());
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 158 APInt IVal = FVal.bitcastToAPInt();
MBlazeAsmPrinter.cpp 226 printHex32(fp->getValueAPF().bitcastToAPInt().getZExtValue(), O);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
PTXInstPrinter.cpp 120 APInt FPIntImm = FPImm.bitcastToAPInt();
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 597 GV.IntVal = apf.bitcastToAPInt();
612 GV.IntVal = apf.bitcastToAPInt();
747 GV.IntVal = apfLHS.bitcastToAPInt();
751 GV.IntVal = apfLHS.bitcastToAPInt();
755 GV.IntVal = apfLHS.bitcastToAPInt();
759 GV.IntVal = apfLHS.bitcastToAPInt();
763 GV.IntVal = apfLHS.bitcastToAPInt();
793 Result.IntVal = cast <ConstantFP>(C)->getValueAPF().bitcastToAPInt();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 632 return getFP32Imm(FPImm.bitcastToAPInt());
660 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 390 return getFP16Imm(FPImm.bitcastToAPInt());
418 return getFP32Imm(FPImm.bitcastToAPInt());
446 return getFP64Imm(FPImm.bitcastToAPInt());
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 695 GV.IntVal = apf.bitcastToAPInt();
710 GV.IntVal = apf.bitcastToAPInt();
848 GV.IntVal = apfLHS.bitcastToAPInt();
853 GV.IntVal = apfLHS.bitcastToAPInt();
858 GV.IntVal = apfLHS.bitcastToAPInt();
863 GV.IntVal = apfLHS.bitcastToAPInt();
867 GV.IntVal = apfLHS.bitcastToAPInt();
897 Result.IntVal = cast <ConstantFP>(C)->getValueAPF().bitcastToAPInt();
    [all...]
  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.cpp 117 APInt AI = FP.bitcastToAPInt();
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 295 APInt bitcastToAPInt() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
629 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
635 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
635 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
635 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
635 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
635 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
635 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
629 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
635 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
635 APInt bitcastToAPInt() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 288 APInt bitcastToAPInt() const;
635 APInt bitcastToAPInt() const;
    [all...]

Completed in 862 milliseconds

1 2 3 4 5