Home
last modified time | relevance | path

Searched refs:TargetConstant (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cstmaterialization/
Disel-materialization.ll21 ; MIPS-DAG: t{{[0-9]+}}: i32 = ADDiu Register:i32 $zero, TargetConstant:i32<1>
22 ; MIPS-DAG: t{{[0-9]+}}: i32 = ADDiu Register:i32 $zero, TargetConstant:i32<2048>
23 ; MIPS-DAG: t{{[0-9]+}}: i32 = LUi TargetConstant:i32<128>
26 ; MIPS: t[[A:[0-9]+]]: i32 = LUi TargetConstant:i32<2304>
27 ; MIPS: t{{[0-9]+}}: i32 = ORi t[[A]], TargetConstant:i32<2>
30 ; MM-DAG: t{{[0-9]+}}: i32 = LI16_MM TargetConstant:i32<1>
31 ; MM-DAG: t{{[0-9]+}}: i32 = ADDiu_MM Register:i32 $zero, TargetConstant:i32<2048>
32 ; MM-DAG: t{{[0-9]+}}: i32 = LUi_MM TargetConstant:i32<128>
35 ; MM: t[[A:[0-9]+]]: i32 = LUi_MM TargetConstant:i32<2304>
36 ; MM: t{{[0-9]+}}: i32 = ORi_MM t[[A]], TargetConstant:i32<2>
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/
Dbyval.ll32 ; O32-SDAG: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i32<{{.*}}>
33 ; O32-SDAG-NOT: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i32<{{.*}}>
35 ; O32-SDAG-NOT: t{{.*}}: ch,glue = callseq_end t{{.*}}, TargetConstant:i32<{{.*}}>
37 ; O32-SDAG: t{{.*}}: ch,glue = callseq_end t{{.*}}, TargetConstant:i32<{{.*}}>
40 ; N32-SDAG: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i32<{{.*}}>
41 ; N32-SDAG-NOT: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i32<{{.*}}>
43 ; N32-SDAG-NOT: t{{.*}}: ch,glue = callseq_end t{{.*}}, TargetConstant:i32<{{.*}}>
45 ; N32-SDAG: t{{.*}}: ch,glue = callseq_end t{{.*}}, TargetConstant:i32<{{.*}}>
48 ; N64-SDAG: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i64<{{.*}}>
49 ; N64-SDAG-NOT: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i64<{{.*}}>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dframeindex.ll9 ; MIPS32: t{{[0-9]+}}: i{{[0-9]+}} = LEA_ADDiu TargetFrameIndex:i32<0>, TargetConstant:i32<0>
10 ; MM: t{{[0-9]+}}: i{{[0-9]+}} = LEA_ADDiu_MM TargetFrameIndex:i32<0>, TargetConstant:i32<0>
11 ; MIPS64: t{{[0-9]+}}: i{{[0-9]+}} = LEA_ADDiu64 TargetFrameIndex:i64<0>, TargetConstant:i64<0>
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfmf-propagation.ll431 ; FMFDEBUG: ch,glue = callseq_end t15, TargetConstant:i64<32>, TargetConstant:i64<0>, t15:1
437 ; GLOBALDEBUG: ch,glue = callseq_end t15, TargetConstant:i64<32>, TargetConstant:i64<0>, t1…
Dppc64-patchpoint.ll70 ; Test patchpoints reusing the same TargetConstant.
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h122 TargetConstant, enumerator
DSelectionDAGNodes.h1149 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,
1166 N->getOpcode() == ISD::TargetConstant;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dselectiondag-debug-loc.ll26 ; CHECK: X86ISD::RET_FLAG {{.*}}, TargetConstant:i32<0>, Register:i32 $eax, {{.*}}, <stdin>:2:3
Dpatchpoint.ll58 ; Test patchpoints reusing the same TargetConstant.
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h120 TargetConstant, enumerator
DSelectionDAGNodes.h1285 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DL,
1305 N->getOpcode() == ISD::TargetConstant;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h125 TargetConstant, enumerator
DSelectionDAGNodes.h1502 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(),
1525 N->getOpcode() == ISD::TargetConstant;
/external/llvm/test/CodeGen/AArch64/
Darm64-patchpoint.ll46 ; Test patchpoints reusing the same TargetConstant.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-patchpoint.ll46 ; Test patchpoints reusing the same TargetConstant.
/external/llvm/test/CodeGen/X86/
Dpatchpoint.ll58 ; Test patchpoints reusing the same TargetConstant.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dpatchpoint.ll57 ; Test patchpoints reusing the same TargetConstant.
/external/llvm/test/CodeGen/PowerPC/
Dppc64-patchpoint.ll70 ; Test patchpoints reusing the same TargetConstant.
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp336 case ISD::TargetConstant: in SelectAFormAddr()
430 || Op1.getOpcode() == ISD::TargetConstant) { in DFormAddressPredicate()
451 || Op0.getOpcode() == ISD::TargetConstant) { in DFormAddressPredicate()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp129 case ISD::TargetConstant: in getOperationName()
DLegalizeTypes.h92 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp152 case ISD::TargetConstant: in getOperationName()
DLegalizeTypes.h92 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h78 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc1211 /* 2568*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1265 /* 2686*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1293 /* 2740*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1316 /* 2784*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1346 /* 2840*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1368 /* 2883*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1396 /* 2937*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1419 /* 2981*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1449 /* 3037*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1490 /* 3117*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
[all …]

12