/llvm-project/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg() argument 81 void ExecutionDomainFix::kill(int rx) { in kill() argument 91 force(int rx,unsigned domain) force() argument 122 for (unsigned rx = 0; rx != NumRegs; ++rx) collapse() local 144 for (unsigned rx = 0; rx != NumRegs; ++rx) { merge() local 178 for (unsigned rx = 0; rx != NumRegs; ++rx) { enterBasicBlock() local 246 for (int rx : regIndices(MO.getReg())) { processDefs() local 265 for (int rx : regIndices(mo.getReg())) { visitHardInstr() local 275 for (int rx : regIndices(mo.getReg())) { visitHardInstr() local 296 for (int rx : regIndices(mo.getReg())) { visitSoftInstr() local 330 for (int rx : used) { visitSoftInstr() local 386 for (int rx : regIndices(mo.getReg())) { visitSoftInstr() local [all...] |
/llvm-project/offload/test/offloading/fortran/ |
H A D | target-map-derived-type-full-1.f90 | 11 real(4) :: rx global() component
|
H A D | target-map-dtype-multi-explicit-member.f90 | 10 real(4) :: rx global() component
|
H A D | target-map-derived-type-full-implicit-1.f90 | 11 real(4) :: rx global() component
|
H A D | target-map-individual-dtype-member-map.f90 | 11 real(4) :: rx global() component
|
H A D | target-map-derived-type-full-implicit-2.f90 | 11 real(4) :: rx global() component
|
H A D | target-map-derived-type-full-2.f90 | 10 real(4) :: rx global() component
|
/llvm-project/offload/test/mapping/ |
H A D | firstprivate_aligned.cpp | 17 int rx = -1, ry = -1; in test() local
|
/llvm-project/flang/test/Semantics/ |
H A D | structconst02.f90 | 15 real(kind=rk) :: rx = real(0.,kind=rk) component
|
/llvm-project/flang/test/Evaluate/ |
H A D | fold-matmul.f90 | 17 real, parameter :: rx(*) = ix variable
|
/llvm-project/clang/test/Analysis/ |
H A D | lifetime-extended-regions.cpp | 101 int const& rx; member
|
/llvm-project/flang/lib/Evaluate/ |
H A D | tools.cpp | 134 __anon7bee07870702(Expr<SomeReal> &&rx, Expr<SomeInteger> &&iy) ConvertRealOperands() argument 155 __anon7bee07870802(Expr<SomeReal> &&rx, Expr<SomeReal> &&ry) ConvertRealOperands() argument 156 __anon7bee07870b02(Expr<SomeReal> &&rx, BOZLiteralConstant &&by) ConvertRealOperands() argument 194 MixedRealLeft(Expr<SomeReal> && rx,Expr<SomeInteger> && iy) MixedRealLeft() argument 450 __anon7bee07871402(Expr<SomeReal> &&rx, Expr<SomeReal> &&ry) NumericOperation() argument 455 __anon7bee07871502(Expr<SomeReal> &&rx, Expr<SomeInteger> &&iy) NumericOperation() argument 500 __anon7bee07871c02(Expr<SomeReal> &&rx, Expr<SomeComplex> &&zy) NumericOperation() argument 524 __anon7bee07872002(Expr<SomeReal> &&rx, BOZLiteralConstant &&by) NumericOperation() argument 620 __anon7bee07873002(Expr<SomeReal> &&rx, Expr<SomeInteger> &&iy) Relate() argument 651 __anon7bee07873602(Expr<SomeReal> &&rx, Expr<SomeComplex> &&zy) Relate() argument [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | builtins-hexagon-v66.c | 6 int test1(int rx, int rs, int rt) { in test1()
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | function-types-builtins.cpp | 171 auto rx = &unaryret<volatile int*, 22>; variable
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 3341 auto rx = rewriter.create<LLVMOP>(loc, eleTy, x0, x1, fmf); complexSum() local
|