|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h 294 assert(State.MIs[InsnID]->getOpcode() == TargetOpcode::G_FCONSTANT &&
927 assert(State.MIs[OldInsnID]->getOpcode() == TargetOpcode::G_FCONSTANT && "Expected G_FCONSTANT");
lib/CodeGen/GlobalISel/CSEInfo.cpp 49 case TargetOpcode::G_FCONSTANT:
lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp 233 constexpr unsigned Opc = TargetOpcode::G_FCONSTANT;
lib/CodeGen/GlobalISel/LegalizerHelper.cpp 1686 case TargetOpcode::G_FCONSTANT: {
lib/CodeGen/GlobalISel/Localizer.cpp 76 case TargetOpcode::G_FCONSTANT:
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp 326 auto Const = buildInstr(TargetOpcode::G_FCONSTANT)
333 auto Const = buildInstr(TargetOpcode::G_FCONSTANT);
lib/CodeGen/GlobalISel/Utils.cpp 225 (HandleFConstant && Opcode == TargetOpcode::G_FCONSTANT);
298 if (TargetOpcode::G_FCONSTANT != MI->getOpcode())
lib/CodeGen/MachineVerifier.cpp 975 case TargetOpcode::G_FCONSTANT: {
lib/Target/AArch64/AArch64InstructionSelector.cpp 1484 case TargetOpcode::G_FCONSTANT:
1486 const bool isFP = Opcode == TargetOpcode::G_FCONSTANT;
3333 assert(I.getOpcode() == TargetOpcode::G_FCONSTANT &&
lib/Target/AArch64/AArch64LegalizerInfo.cpp 304 getActionDefinitionsBuilder(G_FCONSTANT)
lib/Target/AArch64/AArch64RegisterBankInfo.cpp 394 case TargetOpcode::G_FCONSTANT:
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp 1703 case TargetOpcode::G_FCONSTANT:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp 305 getActionDefinitionsBuilder(G_FCONSTANT)
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp 362 case TargetOpcode::G_FCONSTANT:
lib/Target/ARM/ARMInstructionSelector.cpp 814 assert(OldInst.getOpcode() == TargetOpcode::G_FCONSTANT &&
826 assert(OldInst.getOpcode() == TargetOpcode::G_FCONSTANT &&
986 case G_FCONSTANT: {
lib/Target/ARM/ARMLegalizerInfo.cpp 173 {G_FADD, G_FSUB, G_FMUL, G_FDIV, G_FCONSTANT, G_FNEG})
203 getActionDefinitionsBuilder(G_FCONSTANT).customFor({s32, s64});
461 case G_FCONSTANT: {
lib/Target/ARM/ARMRegisterBankInfo.cpp 358 case G_FCONSTANT: {
lib/Target/Mips/MipsInstructionSelector.cpp 477 case G_FCONSTANT: {
lib/Target/Mips/MipsLegalizerInfo.cpp 188 getActionDefinitionsBuilder(G_FCONSTANT)
lib/Target/Mips/MipsRegisterBankInfo.cpp 110 case TargetOpcode::G_FCONSTANT:
552 case G_FCONSTANT:
lib/Target/X86/X86InstructionSelector.cpp 350 case TargetOpcode::G_FCONSTANT:
1426 assert((I.getOpcode() == TargetOpcode::G_FCONSTANT) &&
lib/Target/X86/X86LegalizerInfo.cpp 302 setAction({TargetOpcode::G_FCONSTANT, s32}, Legal);
346 setAction({TargetOpcode::G_FCONSTANT, s64}, Legal);
lib/Target/X86/X86RegisterBankInfo.cpp 204 case TargetOpcode::G_FCONSTANT: