Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Promoted

4490   // Promotable integer types are required to be promoted by the ABI.
4981 // Promotable integer types are required to be promoted by the ABI.
6458 // A single-precision floating-point type (including promoted
7306 // Promotable integer types are required to be promoted by the ABI.
7314 // 32-bit values must also be promoted.
7917 // All integral types are promoted to the GPR width.
8034 // Integer arguments are promoted to 32-bit on O32 and 64-bit on N32/N64.
8035 // Pointers are also promoted in the same way but this only matters for N32.
8065 llvm::Value *Promoted = CGF.Builder.CreateLoad(Addr);
8070 llvm::Value *V = CGF.Builder.CreateTrunc(Promoted, IntTy);
9327 // Function arguments a mapped to a nominal "parameter array" and promoted to
10528 // when promoted, but are anyext if passed on the stack. As GPR usage is
10817 // All integral types are promoted to XLen width, unless passed on the