HomeSort by relevance Sort by last modified time
    Searched refs:IsFP (Results 1 - 7 of 7) 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...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 738 bool IsFP = Ty->isFPOrFPVectorTy();
740 if (!IsFP && !Ty->isIntOrIntVectorTy())
747 return IsFP ? Instruction::FAdd : Instruction::Add;
749 return IsFP ? Instruction::FSub : Instruction::Sub;
751 return IsFP ? Instruction::FMul : Instruction::Mul;
753 return IsFP ? -1 : Instruction::UDiv;
755 return IsFP ? Instruction::FDiv : Instruction::SDiv;
757 return IsFP ? -1 : Instruction::URem;
759 return IsFP ? Instruction::FRem : Instruction::SRem;
761 return IsFP ? -1 : Instruction::Shl
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 230 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) {
233 return IsFP ? ISD::FP_EXTEND : ISD::ANY_EXTEND;
    [all...]

Completed in 70 milliseconds