Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp70 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 Dtarget-map-derived-type-full-1.f9011 real(4) :: rx global() component
H A Dtarget-map-dtype-multi-explicit-member.f9010 real(4) :: rx global() component
H A Dtarget-map-derived-type-full-implicit-1.f9011 real(4) :: rx global() component
H A Dtarget-map-individual-dtype-member-map.f9011 real(4) :: rx global() component
H A Dtarget-map-derived-type-full-implicit-2.f9011 real(4) :: rx global() component
H A Dtarget-map-derived-type-full-2.f9010 real(4) :: rx global() component
/llvm-project/offload/test/mapping/
H A Dfirstprivate_aligned.cpp17 int rx = -1, ry = -1; in test() local
/llvm-project/flang/test/Semantics/
H A Dstructconst02.f9015 real(kind=rk) :: rx = real(0.,kind=rk) component
/llvm-project/flang/test/Evaluate/
H A Dfold-matmul.f9017 real, parameter :: rx(*) = ix variable
/llvm-project/clang/test/Analysis/
H A Dlifetime-extended-regions.cpp101 int const& rx; member
/llvm-project/flang/lib/Evaluate/
H A Dtools.cpp134 __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 Dbuiltins-hexagon-v66.c6 int test1(int rx, int rs, int rt) { in test1()
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp171 auto rx = &unaryret<volatile int*, 22>; variable
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp3341 auto rx = rewriter.create<LLVMOP>(loc, eleTy, x0, x1, fmf); complexSum() local