HomeSort by relevance Sort by last modified time
    Searched refs:IE (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lm32/
csr.s 2 wcsr IE, r0
3 wcsr IE, r31
11 rcsr r0, IE
12 rcsr r31, IE
csr.d 10 0: d0 00 00 00 wcsr IE,r0
11 4: d0 1f 00 00 wcsr IE,ba
18 20: 90 00 00 00 rcsr r0,IE
19 24: 90 00 f8 00 rcsr ba,IE
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-tpiecomm1.s 7 move.d foo:IE,$r0
8 add.d bar:IE,$r1
tls-ie-8e.s 6 move.d x:IE,$r10
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlsie3.d 1 #name: TLS IE->LE transition check (R_386_TLS_GOTIE)
tlsie5.d 1 #name: TLS IE->LE transition check (R_386_TLS_IE)
tlsie2.d 1 #name: TLS IE->LE transition check (R_386_TLS_GOTIE with %eax)
tlsie4.d 1 #name: TLS IE->LE transition check (R_386_TLS_IE with %eax)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlsgd2.d 1 #name: TLS GD->IE transition check
tlsie2.d 1 #name: TLS IE->LE transition check
tlsie3.d 1 #name: TLS IE->LE transition check (%r12)
  /external/llvm/lib/Analysis/
OrderedBasicBlock.cpp 43 auto IE = BB->end();
44 if (LastInstFound != IE)
48 for (; II != IE; ++II) {
55 assert(II != IE && "Instruction not found?");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
tls-relax-ie-le-3.s 1 # Test TLS IE to TLS LE relaxation when using arbitrary registers.
tls-relax-ie-le-2.s 1 # Test TLS IE to TLS LE relaxation when instructions are not consecutive.
tls-desc-ie.s 16 # Test the combination of a TLSDESC-GD and IE access to the same
17 # symbol. We expect the TLSDESC-GD to relax to IE.
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 124 IE = Scavenged.end(); I != IE; ++I)
134 IE = Scavenged.end(); I != IE; ++I)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-descrelax-be32.s 9 @tlscall global, manually relaxed to IE
17 @tlscall global, should relax to IE
41 @open coded global, manually relaxed to IE
52 @open coded global, should relax to IE
94 @tlscall global, manually relaxed to IE
103 @tlscall global, should relax to IE
111 @tlscall global, should relax to IE
143 @open coded global, manually relaxed to IE
154 @open coded global, should relax to IE
tls-descrelax-be8.s 9 @tlscall global, manually relaxed to IE
17 @tlscall global, should relax to IE
41 @open coded global, manually relaxed to IE
52 @open coded global, should relax to IE
94 @tlscall global, manually relaxed to IE
103 @tlscall global, should relax to IE
111 @tlscall global, should relax to IE
143 @open coded global, manually relaxed to IE
154 @open coded global, should relax to IE
tls-descrelax-v7.s 9 @tlscall global, manually relaxed to IE
17 @tlscall global, should relax to IE
41 @open coded global, manually relaxed to IE
52 @open coded global, should relax to IE
94 @tlscall global, manually relaxed to IE
103 @tlscall global, should relax to IE
111 @tlscall global, should relax to IE
143 @open coded global, manually relaxed to IE
154 @open coded global, should relax to IE
tls-descrelax.s 8 @tlscall global, manually relaxed to IE
16 @tlscall global, should relax to IE
40 @open coded global, manually relaxed to IE
51 @open coded global, should relax to IE
93 @tlscall global, manually relaxed to IE
102 @tlscall global, should relax to IE
110 @tlscall global, should relax to IE
142 @open coded global, manually relaxed to IE
153 @open coded global, should relax to IE
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 200 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
202 if (IE->getOperand(2) == EI.getOperand(1))
203 return ReplaceInstUsesWith(EI, IE->getOperand(1));
206 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
208 EI.setOperand(0, IE->getOperand(0));
391 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
392 Value *VecOp = IE.getOperand(0);
393 Value *ScalarOp = IE.getOperand(1);
394 Value *IdxOp = IE.getOperand(2);
398 ReplaceInstUsesWith(IE, VecOp)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-tls-1.s 24 move.d [extsym5:IE],r1
25 add.d extsym7:IE,r11
tls-err-1.s 17 move.b extsym5:IE,r7 ; { dg-error "TLS relocation size does not match" }
18 move.w extsym16:IE,r5 ; { dg-error "TLS relocation size does not match" }
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 112 IE = Info.funcinfo_end();
113 I != IE; ++I) {
131 IE = Info.funcinfo_end();
132 I != IE; ++I) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 109 for (iterator I = begin(), IE = end(); I != IE; ++I) {
123 for (iterator I = begin(), IE = end(); I != IE; ++I) {

Completed in 288 milliseconds

1 2 3 4 5 6 7 8 9