|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/X86/X86GenGlobalISel.inc10235 GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_BITCAST,
10252 GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_BITCAST,
11397 GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_BITCAST,
11415 GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_BITCAST,
11454 GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_BITCAST,
11480 GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_BITCAST,
include/llvm/CodeGen/GlobalISel/MIPatternMatch.h 285 inline UnaryOp_match<SrcTy, TargetOpcode::G_BITCAST>
287 return UnaryOp_match<SrcTy, TargetOpcode::G_BITCAST>(Src);
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h 539 return buildInstr(TargetOpcode::G_BITCAST, {Dst}, {Src});
lib/CodeGen/GlobalISel/IRTranslator.cpp 1038 return translateCast(TargetOpcode::G_BITCAST, U, MIRBuilder);
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp 504 Opcode = TargetOpcode::G_BITCAST;
lib/CodeGen/MachineVerifier.cpp 1055 case TargetOpcode::G_BITCAST: {
lib/Target/AArch64/AArch64InstructionSelector.cpp 2149 case TargetOpcode::G_BITCAST:
4682 case TargetOpcode::G_BITCAST:
lib/Target/AArch64/AArch64LegalizerInfo.cpp 430 getActionDefinitionsBuilder(G_BITCAST)
lib/Target/AArch64/AArch64RegisterBankInfo.cpp 299 case TargetOpcode::G_BITCAST: {
373 case TargetOpcode::G_BITCAST:
592 case TargetOpcode::G_BITCAST: {
606 /*NumOperands*/ Opc == TargetOpcode::G_BITCAST ? 2 : 1);
660 case TargetOpcode::G_BITCAST:
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp 1699 case TargetOpcode::G_BITCAST:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp 299 getActionDefinitionsBuilder(G_BITCAST)
1235 MI.setDesc(B.getTII().get(TargetOpcode::G_BITCAST));