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

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.h 101 bool IsFP) const;
MipsSEISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 253 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32;
256 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64;
325 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32;
328 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64;
    [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 946 if (arg.IsFP() && !kArm32QuickCodeUseSoftFloat) {
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 823 if (arg.IsFP()) {
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 275 if (arg.IsFP()) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 253 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) {
256 return IsFP ? ISD::FP_EXTEND : ISD::ANY_EXTEND;
    [all...]

Completed in 1227 milliseconds