Home
last modified time | relevance | path

Searched refs:has64BitLiterals (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1391 bool has64BitLiterals() const { return Has64BitLiterals; } in has64BitLiterals() function
H A DSIShrinkInstructions.cpp1074 (!ST->has64BitLiterals() || AMDGPU::isTrue16Inst(MI.getOpcode())) && in run()
H A DSIInstrInfo.cpp2217 isUInt<32>(SrcOp.getImm()) || ST.has64BitLiterals()) in expandPostRAPseudo()
2277 if (ST.has64BitLiterals()) { in expandPostRAPseudo()
6120 (!ST.has64BitLiterals() || InstDesc.getSize() != 4)) in isOperandLegal()
6130 (!ST.has64BitLiterals() || AMDGPU::isValid32BitLiteral(Imm, false))) in isOperandLegal()
9208 if (ST.has64BitLiterals()) { in getInstSizeInBytes()
H A DAMDGPUISelDAGToDAG.cpp451 if (IsGCN && Subtarget->has64BitLiterals() && VT.getSizeInBits() == 64 && in SelectBuildVector()
708 Subtarget->has64BitLiterals()) in Select()
H A DAMDGPU.td2702 def Has64BitLiterals : Predicate<"Subtarget->has64BitLiterals()">,
H A DSIISelLowering.cpp12159 if (Subtarget->has64BitLiterals() && CRHS->hasOneUse() && in splitBinaryBitConstantOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1571 bool has64BitLiterals() const { in has64BitLiterals() function in __anon6862249c0111::AMDGPUAsmParser
2169 (type == MVT::i64 || type == MVT::f64) && AsmParser->has64BitLiterals(); in isLiteralImm()
2344 (InstDesc.getSize() != 4 || !AsmParser->has64BitLiterals()) && in addLiteralImmOperand()
2465 if (!AsmParser->has64BitLiterals() || getModifiers().Lit) in addLiteralImmOperand()
2483 if (!AsmParser->has64BitLiterals()) { in addLiteralImmOperand()
3486 if (!has64BitLiterals()) in parseRegOrImmWithFPInputMods()
5047 !IsForcedFP64 && (!has64BitLiterals() || Desc.getSize() != 4)) { in validateVOPLiteral()