Home
last modified time | relevance | path

Searched refs:lowered (Results 1 – 25 of 31) sorted by relevance

12

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsCallingConv.td24 /// For example, this is true for i32's that were lowered from soft-float.
184 // legal and is lowered to i128 which is further lowered to a pair of i64's.
365 // f128 is not legal and is lowered to i128 which is further lowered to a pair
HDMSA.txt4 Intrinsics are lowered to SelectionDAG nodes where possible in order to enable
/NextBSD/contrib/gcc/
HDcgraphunit.c455 if (node->lowered) in cgraph_lower_function()
458 node->lowered = true; in cgraph_lower_function()
490 node->lowered = DECL_STRUCT_FUNCTION (decl)->cfg != NULL; in cgraph_finalize_function()
1338 node->lowered = DECL_STRUCT_FUNCTION (node->decl)->cfg != NULL; in cgraph_expand_all_functions()
1888 new_version_node->lowered = true; in cgraph_function_versioning()
HDcgraph.h160 unsigned lowered : 1; member
HDChangeLog.tree-ssa5845 (dump_generic_node): Dump lowered COND_EXPR on a single line.
6337 * tree-pretty-print.c (dump_generic_node): Don't handle lowered
6407 * c-common.c (c_warn_unused_result): Remove lowered containers.
6427 (find_contained_blocks): Remove lowered containers.
6440 (is_ctrl_structure): Remove lowered containers.
6448 * tree-eh.c (collect_finally_tree): Remove lowered containers.
6452 (lower_try_finally_switch): Generate lowered switches.
6455 with lowered switch_expr.
6457 for lowered switch_expr.
6568 (make_cond_expr_edges): Handle lowered gotos.
[all …]
HDtree.def1027 loop or sections iteration in the partially lowered code. */
HDChangeLog-200517798 * cgraphunit.c (cgraph_expand_function): Force function being lowered.
18230 * cgraph.h (cgraph_node): Add 'lowered' state.
18232 * cgraphunit.c (cgraph_finalize_function): Initialize lowered flag.
18234 (cgraph_create_edges): Deal with lowered function bodies.
33924 has been lowered.
/NextBSD/contrib/llvm/include/llvm/IR/
HDIntrinsicsPowerPC.td498 // vpkuhum is lowered to a shuffle.
502 // vpkuwum is lowered to a shuffle.
506 // vpkudum is lowered to a shuffle.
/NextBSD/crypto/openssl/crypto/des/asm/
HDreadme6 good C compilers for. So due to this, I have lowered myself to do
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86InstrCompiler.td115 // When using segmented stacks these are lowered into instructions which first
229 // This is lowered into a RET instruction by MCInstLower. We need
236 // This instruction is lowered to a RET followed by a MOV. The two
756 * It is not automatic as atomic_store/load are only lowered to MOV instructions
1128 // register. Truncate can be lowered to EXTRACT_SUBREG. CopyFromReg may
HDX86InstrControl.td241 // FIXME: The should be pseudo instructions that are lowered when going to
/NextBSD/contrib/gcc/doc/
HDtree-ssa.texi95 lowered to gotos.
125 @code{DECL_SAVED_TREE}. It is lowered to GIMPLE by a call to
133 can return fully lowered GIMPLE, or it can return GENERIC trees and let the
135 GIMPLE that is not fully lowered is known as ``high GIMPLE'' and
372 now they are lowered to explicit gotos.
HDpasses.texi53 which is later lowered to GIMPLE when the function is compiled. Which
200 must run before those are lowered. In addition, the pass enqueues
/NextBSD/contrib/groff/contrib/mom/
HDNEWS145 Added German-style lowered double quotes and two styles of
HDChangeLog298 o Added German-style lowered double quotes and two styles of
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.td252 // TLS calls. These will be lowered into a call to __tls_get_offset,
600 // Load the Global Offset Table address. This will be lowered into a
HDSystemZInstrFormats.td2168 // Convenience instructions that get lowered to real instructions
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.td2172 // There is no VI version. If the pseudo is selected, it should be lowered
2203 // There is no VI version. If the pseudo is selected, it should be lowered
HDSIInstructions.td1849 // and should be lowered to ISA instructions prior to codegen.
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430InstrInfo.td294 // register. Truncate can be lowered to EXTRACT_SUBREG, and CopyFromReg may
/NextBSD/contrib/llvm/include/llvm/Target/
HDTarget.td414 // pseudo-instructions that are lowered to real instructions prior to
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMInstrInfo.td3441 // selection DAG. They are "lowered" to real ADD/SUB opcodes by
5274 // These are pseudo-instructions and are lowered to individual MC-insts, so
HDARMInstrThumb2.td2037 // selection DAG. They are "lowered" to real t2ADD/t2SUB opcodes by
/NextBSD/contrib/gcc/cp/
HDChangeLog-20042725 * typeck.c (build_unary_op): Use &a.b if the folded lowered
2737 * typeck.c (build_unary_op): Use &a.b if the folded lowered
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.td5117 // register. Truncate can be lowered to EXTRACT_SUBREG. CopyFromReg may

12