Home
last modified time | relevance | path

Searched refs:constpool (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dcode-model-tiny-abs.ll46 define dso_local <2 x i64> @constpool() {
47 ; CHECK-LABEL: constpool:
H A Dcode-model-large-abs.ll63 define dso_local <2 x i64> @constpool() {
64 ; CHECK-LABEL: constpool:
H A Darm64-elf-constpool.ll5 ; creates a constpool entry for floating values.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dconstantpool-promote-duplicate.ll7 ; a single constpool entry
H A Djump-table-islands-split.ll6 ; The constpool entry used to call @foo should be directly between where we want
H A Dstruct_byval.ll32 ; Ensure that use movw instead of constpool for the loop trip count. But don't
H A Dthumb-big-stack.ll5 ; This file has been generated from the constpool test of the test-suite.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DREADME-Thumb.txt62 Note the assembler also does something similar to constpool load:
180 str offset field, we load the offset from a constpool entry and add it to sp:
H A DARMInstrThumb.td1727 // Pseudo instruction that combines ldr from constpool and add pc. This should
H A DARMInstrThumb2.td4280 // Pseudo instruction that combines ldr from constpool and add pc. This should
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCSKYTargetParser.def118 CSKY_ARCH_EXT_NAME("constpool", CSKY::AEK_CONSTPOOL, "+constpool", "-constpool")
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td80 def to_tconstpool : SDNodeXForm<constpool, [{
86 def to_tconstpool_hi16 : SDNodeXForm<constpool, [{
92 def to_tconstpool_lo16 : SDNodeXForm<constpool, [{
1122 def : Pat<(i32 constpool:$src), (GRS32 (to_tconstpool tconstpool:$src))>;
1125 def : Pat<(i32 constpool:$src),
1129 def : Pat<(i32 (load constpool:$src)), (LRW32 (to_tconstpool tconstpool:$src))>;
H A DCSKYInstrInfoF2.td109 def : Pat<(f32 (load constpool:$src)), (f2FLRW_S (to_tconstpool tconstpool:$src))>, Requires<[HasFP…
110 def : Pat<(f64 (load constpool:$src)), (f2FLRW_D (to_tconstpool tconstpool:$src))>, Requires<[HasFP…
H A DCSKY.td241 def FeatureConstPool : SubtargetFeature<"constpool", "DumpConstPool", "true",
H A DCSKYInstrInfo16Instr.td476 def : Pat<(i32 (load constpool:$src)), (LRW16 (to_tconstpool tconstpool:$src))>;
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvec_setcc.ll143 ; 0xff, leading to a constpool load. The instruction doesn't matter here, but it
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstr64Bit.td542 // Add reg, lo. This is used when taking the addr of a global/constpool entry.
H A DSparcInstrInfo.td1777 // Add reg, lo. This is used when taking the addr of a global/constpool entry.
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td349 def constpool : SDNode<"ISD::ConstantPool", SDTPtrLeaf, [],