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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86RegisterBankInfo.h 36 static PartialMappingIdx getPartialMappingIdx(const LLT &Ty, bool isFP);
50 bool isFP) const;
55 const MachineRegisterInfo &MRI, const bool isFP,
X86RegisterBankInfo.cpp 64 X86GenRegisterBankInfo::getPartialMappingIdx(const LLT &Ty, bool isFP) {
65 if ((Ty.isScalar() && !isFP) || Ty.isPointer()) {
110 const MachineInstr &MI, const MachineRegisterInfo &MRI, const bool isFP,
119 OpRegBankIdx[Idx] = getPartialMappingIdx(MRI.getType(MO.getReg()), isFP);
144 bool isFP) const {
155 auto Mapping = getValueMapping(getPartialMappingIdx(Ty, isFP), 3);
199 getInstrPartialMappingIdxs(MI, MRI, /* isFP */ true, OpRegBankIdx);
208 OpRegBankIdx[0] = getPartialMappingIdx(Ty0, /* isFP */ true);
209 OpRegBankIdx[1] = getPartialMappingIdx(Ty1, /* isFP */ false);
226 getInstrPartialMappingIdxs(MI, MRI, /* isFP */ isFPTrunc || isFPAnyExt
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 97 bool isFP() const { return Repr == OK_FP; }
106 else if (isFP())
291 } else if (Operands[i].isFP()) {
318 } else if (Operands[i].isFP()) {
333 } else if (Operands[i].isFP()) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
FastISelEmitter.cpp 91 bool isFP() const { return Repr == OK_FP; }
100 else if (isFP())
282 } else if (Operands[i].isFP()) {
309 } else if (Operands[i].isFP()) {
324 } else if (Operands[i].isFP()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
FastISelEmitter.cpp 107 bool isFP() const { return Repr == OK_FP; }
116 else if (isFP())
298 } else if (Operands[i].isFP()) {
325 } else if (Operands[i].isFP()) {
340 } else if (Operands[i].isFP()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstructionSelector.cpp 801 const bool isFP = Opcode == TargetOpcode::G_FCONSTANT;
813 if (isFP) {
854 if (isFP) {
    [all...]
  /art/tools/jfuzz/
jfuzz.cc 153 static bool isFP(Type tp) {
206 } else { // isFP(tp)
215 } else { // isInteger(tp) || isFP(tp)
226 } else { // isFP(tp)
237 } else { // isFP(tp)
246 } else { // isInteger(tp) || isFP(tp)
338 } else { // isFP(tp)
380 } else { // isFP(tp)
452 } else { // isFP(tp)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 821 milliseconds