Home
last modified time | relevance | path

Searched refs:Pseudo (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm/test/Analysis/BlockFrequencyInfo/
Ddouble_exit.ll15 ; Pseudo-edges = exit
16 ; Pseudo-mass = 1
28 ; Pseudo-edges = outer.inc @ 1/5, exit @ 1/5
29 ; Pseudo-mass = 2/3
88 ; Pseudo-edges = exit
89 ; Pseudo-mass = 1
101 ; Pseudo-edges = outer.inc
102 ; Pseudo-mass = 1/2
114 ; Pseudo-edges = middle.inc @ 1/5, outer.inc @ 1/5
115 ; Pseudo-mass = 2/3
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td30 // Random Pseudo Instructions.
36 def MOVPC32r : Ii32<0xE8, Pseudo, (outs GR32:$reg), (ins i32imm:$label),
46 def ADJCALLSTACKDOWN32 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
50 def ADJCALLSTACKUP32 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
65 def ADJCALLSTACKDOWN64 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
69 def ADJCALLSTACKUP64 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2),
80 def VASTART_SAVE_XMM_REGS : I<0, Pseudo,
94 def VAARG_64 : I<0, Pseudo,
111 def WIN_ALLOCA : I<0, Pseudo, (outs), (ins),
121 def SEG_ALLOCA_32 : I<0, Pseudo, (outs GR32:$dst), (ins GR32:$size),
[all …]
DX86InstrTSX.td22 def XBEGIN : I<0, Pseudo, (outs GR32:$dst), (ins),
/external/bison/m4/
Disnanl.m4200 /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities,
201 Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in
207 { /* Pseudo-NaN. */
213 { /* Pseudo-Infinity. */
219 { /* Pseudo-Zero. */
231 { /* Pseudo-Denormal. */
/external/llvm/include/llvm/CodeGen/
DValueTypes.td102 // Pseudo valuetype mapped to the current pointer size to any address space.
106 // Pseudo valuetype to represent "vector of any size"
109 // Pseudo valuetype to represent "float of any format"
112 // Pseudo valuetype to represent "integer of any bit width"
115 // Pseudo valuetype mapped to the current pointer size.
118 // Pseudo valuetype to represent "any type of any size".
/external/llvm/lib/Target/BPF/
DBPFInstrFormats.td28 // Pseudo instructions
29 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern>
DBPFInstrInfo.td236 class LD_IMM64<bits<4> Pseudo, string OpcodeStr>
249 let Inst{55-52} = Pseudo;
440 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i64imm:$amt),
443 def ADJCALLSTACKUP : Pseudo<(outs), (ins i64imm:$amt1, i64imm:$amt2),
449 def Select : Pseudo<(outs GPR:$dst),
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td107 def MovePCtoLR8 : Pseudo<(outs), (ins), "#MovePCtoLR8", []>,
209 def ATOMIC_LOAD_ADD_I64 : Pseudo<
212 def ATOMIC_LOAD_SUB_I64 : Pseudo<
215 def ATOMIC_LOAD_OR_I64 : Pseudo<
218 def ATOMIC_LOAD_XOR_I64 : Pseudo<
221 def ATOMIC_LOAD_AND_I64 : Pseudo<
224 def ATOMIC_LOAD_NAND_I64 : Pseudo<
228 def ATOMIC_CMP_SWAP_I64 : Pseudo<
232 def ATOMIC_SWAP_I64 : Pseudo<
255 def TCRETURNdi8 :Pseudo< (outs),
[all …]
DPPCInstrInfo.td1016 // Pseudo-instructions:
1020 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins u16imm:$amt), "#ADJCALLSTACKDOWN $amt",
1022 def ADJCALLSTACKUP : Pseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2), "#ADJCALLSTACKUP $amt1 $amt…
1026 def UPDATE_VRSAVE : Pseudo<(outs gprc:$rD), (ins gprc:$rS),
1031 def DYNALLOC : Pseudo<(outs gprc:$result), (ins gprc:$negsize, memri:$fpsi), "#DYNALLOC",
1034 def DYNAREAOFFSET : Pseudo<(outs i32imm:$result), (ins memri:$fpsi), "#DYNAREAOFFSET",
1044 def SELECT_CC_I4 : Pseudo<(outs gprc:$dst), (ins crrc:$cond,
1048 def SELECT_CC_I8 : Pseudo<(outs g8rc:$dst), (ins crrc:$cond,
1052 def SELECT_CC_F4 : Pseudo<(outs f4rc:$dst), (ins crrc:$cond, f4rc:$T, f4rc:$F,
1055 def SELECT_CC_F8 : Pseudo<(outs f8rc:$dst), (ins crrc:$cond, f8rc:$T, f8rc:$F,
[all …]
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsBaseInfo.h105 Pseudo = 0, enumerator
/external/llvm/include/llvm/MC/
DMCInstrDesc.h100 Pseudo, enumerator
208 bool isPseudo() const { return Flags & (1 << MCID::Pseudo); } in isPseudo()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.1147 Pseudo operations
153 Pseudo definition
210 Pseudo definition
234 Pseudo definition
251 Pseudo definition
Dpseudo-file.example1 # Pseudo file example
21 # Pseudo file examples
DREADME-4.027 Pseudo device nodes are specified using 7 arguments
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td328 // Pseudo-registers representing odd-even pairs of D registers. The even-odd
346 // Pseudo-registers representing even-odd pairs of GPRs from R1 to R13/SP.
357 // Pseudo-registers representing 3 consecutive D registers.
368 // Pseudo 256-bit registers to represent pairs of Q registers. These should
373 // Pseudo 256-bit vector register class to model pairs of Q registers
392 // Pseudo 512-bit registers to represent four consecutive Q registers.
396 // Pseudo 512-bit vector register class to model 4 consecutive Q registers
405 // Pseudo-registers representing 2-spaced consecutive D registers.
DARMScheduleSwift.td160 // Pseudo instructions.
885 (instregex "VLD2(d|q|b)(8|16|32)$", "VLD2q(8|16|32)Pseudo$")>;
921 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)$", "VLD1(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
928 "VLD2LN(d|q)(8|16|32)Pseudo$")>;
942 "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
953 "VLD4(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
985 (instregex "VST2q(8|16|32)$", "VST2q(8|16|32)Pseudo$")>;
1003 (instregex "VST1LNd(8|16|32)$", "VST1LNq(8|16|32)Pseudo$")>;
1008 (instregex "VST2LN(d|q)(8|16|32)$", "VST2LN(d|q)(8|16|32)Pseudo$")>;
1014 (instregex "VST3LN(d|q)(8|16|32)$", "VST3LN(d|q)(8|16|32)Pseudo$")>;
[all …]
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
Dpygapp2.py17 Keyword.Pseudo: "nobold noitalic #008",
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h32 Pseudo = (1<<0), enumerator
DSparcInstrInfo.td343 // Pseudo instructions.
344 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern>
352 def GETPCX : Pseudo<(outs getPCX:$getpcseq), (ins), "$getpcseq", [] >;
356 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i32imm:$amt),
359 def ADJCALLSTACKUP : Pseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2),
381 : Pseudo<(outs IntRegs:$dst), (ins IntRegs:$T, IntRegs:$F, i32imm:$Cond),
385 : Pseudo<(outs FPRegs:$dst), (ins FPRegs:$T, FPRegs:$F, i32imm:$Cond),
390 : Pseudo<(outs DFPRegs:$dst), (ins DFPRegs:$T, DFPRegs:$F, i32imm:$Cond),
395 : Pseudo<(outs QFPRegs:$dst), (ins QFPRegs:$T, QFPRegs:$F, i32imm:$Cond),
403 : Pseudo<(outs IntRegs:$dst), (ins IntRegs:$T, IntRegs:$F, i32imm:$Cond),
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILInstrInfo.td185 "; i32 Pseudo branch instruction",
189 "; f32 Pseudo branch instruction",
222 "; Pseudo unconditional branch instruction",
/external/llvm/lib/Target/Mips/
DMipsInstrFormats.td31 def Pseudo : Format<0>;
116 // Mips Pseudo Instructions Format
119 MipsInst<outs, ins, "", pattern, itin, Pseudo> {
124 // Mips32/64 Pseudo Instruction Format
131 // Pseudo-instructions for alternate assembly syntax (never used by codegen).
135 MipsInst<outs, ins, asmstr, [], IIPseudo, Pseudo>, PredicateControl {
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td116 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins i16imm:$amt),
119 def ADJCALLSTACKUP : Pseudo<(outs), (ins i16imm:$amt1, i16imm:$amt2),
125 def Select8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$src2, i8imm:$cc),
129 def Select16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR16:$src2, i8imm:$cc),
134 def Shl8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
137 def Shl16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR8:$cnt),
140 def Sra8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
143 def Sra16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR8:$cnt),
146 def Srl8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$cnt),
149 def Srl16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR8:$cnt),
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td61 def LTEBRCompare_VecPseudo : Pseudo<(outs), (ins FP32:$R1, FP32:$R2), []>;
62 def LTDBRCompare_VecPseudo : Pseudo<(outs), (ins FP64:$R1, FP64:$R2), []>;
63 def LTXBRCompare_VecPseudo : Pseudo<(outs), (ins FP128:$R1, FP128:$R2), []>;
125 def LX : Pseudo<(outs FP128:$dst), (ins bdxaddr20only128:$src),
141 def STX : Pseudo<(outs), (ins FP128:$src, bdxaddr20only128:$dst),
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h228 Pseudo = 0, enumerator
667 case X86II::Pseudo: in getMemoryOperandNo()
/external/llvm/lib/Target/Hexagon/
DHexagon.td218 let KeyCol = ["Pseudo"];
219 let ValueCols = [["Pseudo"], ["Real"]];

1234