Searched defs:RegOrConstant (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 391 explicit RegOrConstant(Register Reg) : Reg(Reg), IsReg(true) {} in RegOrConstant() function 392 explicit RegOrConstant(int64_t Cst) : Cst(Cst), IsReg(false) {} in RegOrConstant() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 366 explicit RegOrConstant(Register Reg) : Reg(Reg), IsReg(true) {} in RegOrConstant() function 367 explicit RegOrConstant(int64_t Cst) : Cst(Cst), IsReg(false) {} in RegOrConstant() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 397 explicit RegOrConstant(Register Reg) : Reg(Reg), IsReg(true) {} in RegOrConstant() function 398 explicit RegOrConstant(int64_t Cst) : Cst(Cst), IsReg(false) {} in RegOrConstant() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | Utils.h | 391 explicit RegOrConstant(Register Reg) : Reg(Reg), IsReg(true) {} in RegOrConstant() function 392 explicit RegOrConstant(int64_t Cst) : Cst(Cst), IsReg(false) {} in RegOrConstant() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Utils.h | 358 explicit RegOrConstant(Register Reg) : Reg(Reg), IsReg(true) {} in RegOrConstant() function 359 explicit RegOrConstant(int64_t Cst) : Cst(Cst), IsReg(false) {} in RegOrConstant() function
|