Home
last modified time | relevance | path

Searched refs:IsConstantOpcode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp223 auto IsConstantOpcode = [HandleFConstant](unsigned Opcode) { in getConstantVRegValWithLookThrough() local
244 while ((MI = MRI.getVRegDef(VReg)) && !IsConstantOpcode(MI->getOpcode()) && in getConstantVRegValWithLookThrough()
267 if (!MI || !IsConstantOpcode(MI->getOpcode())) in getConstantVRegValWithLookThrough()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp313 Register VReg, const MachineRegisterInfo &MRI, IsOpcodeFn IsConstantOpcode, in getConstantVRegValWithLookThrough() argument
319 while ((MI = MRI.getVRegDef(VReg)) && !IsConstantOpcode(MI) && in getConstantVRegValWithLookThrough()
346 if (!MI || !IsConstantOpcode(MI)) in getConstantVRegValWithLookThrough()