HomeSort by relevance Sort by last modified time
    Searched refs:IsFP (Results 1 - 20 of 20) 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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/v8/src/compiler/
register-allocator-verifier.cc 171 if (sequence()->IsFP(vreg)) {
191 if (sequence()->IsFP(vreg)) {
instruction.h     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 794 bool IsFP = Ty->isFPOrFPVectorTy();
796 if (!IsFP && !Ty->isIntOrIntVectorTy())
803 return IsFP ? Instruction::FAdd : Instruction::Add;
805 return IsFP ? Instruction::FSub : Instruction::Sub;
807 return IsFP ? Instruction::FMul : Instruction::Mul;
809 return IsFP ? -1 : Instruction::UDiv;
811 return IsFP ? Instruction::FDiv : Instruction::SDiv;
813 return IsFP ? -1 : Instruction::URem;
815 return IsFP ? Instruction::FRem : Instruction::SRem;
817 return IsFP ? -1 : Instruction::Shl
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc     [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 233 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) {
236 return IsFP ? ISD::FP_EXTEND : ISD::ANY_EXTEND;
    [all...]

Completed in 1743 milliseconds