HomeSort by relevance Sort by last modified time
    Searched refs:IE (Results 26 - 50 of 238) sorted by null

12 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
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" }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
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/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 112 IE = Info.funcinfo_end();
113 I != IE; ++I) {
131 IE = Info.funcinfo_end();
132 I != IE; ++I) {
ErlangGCPrinter.cpp 60 IE = Info.funcinfo_end();
61 FI != IE; ++FI) {
  /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) {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
tlsbin.s 20 ! @GOTTPOFF IE against global var
31 ! @GOTTPOFF IE -> LE against global var defined in exec
42 ! @GOTTPOFF IE -> LE against local var
53 ! @GOTTPOFF IE -> LE against hidden but not local var
tlsbinpic.s 29 ! GD -> IE because variable is not defined in executable
44 ! GD -> IE because variable is not defined in executable where
147 ! @GOTTPOFF IE against global var
158 ! @GOTTPOFF IE against global var
169 ! @GOTTPOFF IE -> LE against global var defined in exec
180 ! @GOTTPOFF IE -> LE against hidden var
tlspic1.s 40 ! GD -> IE because variable is referenced through @GOTTPOFF too
70 ! GD -> IE against local variable referenced through @GOTTPOFF too
100 ! GD -> IE against hidden and local variable referenced through
131 ! GD -> IE against hidden but not local variable referenced through
210 ! @GOTTPOFF IE against global var
221 ! @GOTTPOFF IE against local var
232 ! @GOTTPOFF IE against hidden and local var
243 ! @GOTTPOFF IE against hidden but not local var
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
FindUsedTypes.cpp 77 for (const_inst_iterator II = inst_begin(F), IE = inst_end(F);
78 II != IE; ++II) {
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 164 OutputIter __copy(InputIter II, InputIter IE, OutputIter OI) {
165 while (II != IE)
188 OutputIter copy(InputIter II, InputIter IE, OutputIter OI) {
189 return __copy(II, IE, OI);
222 OutputIter copy_backward(InputIter II, InputIter IE, OutputIter OI) {
223 return __copy_backward(II, IE, OI);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp 282 std::map<std::string, std::vector<std::string> >::iterator IE, EE;
283 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
284 const std::string &Case = IE->first;
285 std::vector<std::string> &InstList = IE->second;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 214 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) {
216 if (IE->getOperand(2) == EI.getOperand(1))
217 return replaceInstUsesWith(EI, IE->getOperand(1));
220 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
222 EI.setOperand(0, IE->getOperand(0));
569 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
570 Value *VecOp = IE.getOperand(0);
571 Value *ScalarOp = IE.getOperand(1);
572 Value *IdxOp = IE.getOperand(2);
576 replaceInstUsesWith(IE, VecOp)
    [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 286 std::map<std::string, std::vector<std::string> >::iterator IE, EE;
287 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
288 const std::string &Case = IE->first;
289 std::vector<std::string> &InstList = IE->second;
  /external/llvm/lib/ProfileData/
SampleProf.cpp 28 std::string message(int IE) const override {
29 sampleprof_error E = static_cast<sampleprof_error>(IE);
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 158 for (auto I = LI->begin(), IE = LI->end(); I != IE; ++I)
184 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
185 I != IE; ++I) {
384 IE = Buckets[i].Elements.end(); I != IE; ++I) {
432 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
433 I != IE; ++I) {
PPCCTRLoops.cpp 229 for (unsigned i = 0, ie = CIV.size(); i < ie; ++i) {
494 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
495 I != IE; ++I)
506 IE = ExitingBlocks.end(); I != IE; ++I) {
655 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) {
672 if (I == IE)
710 for (MachineFunction::iterator I = MF.begin(), IE = MF.end();
711 I != IE; ++I)
    [all...]
PPCTLSDynamicCall.cpp 57 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end();
58 I != IE;) {
PPCVSXCopy.cpp 92 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end();
93 I != IE; ++I) {
  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerConstExpr.cpp 122 for (auto II = BI->begin(), IE = BI->end(); II != IE; ++II) {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tls32.s 47 #IE
71 #IE
  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 188 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
189 I != IE; ++I) {
219 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
220 I != IE; ++I) {

Completed in 334 milliseconds

12 3 4 5 6 7 8 910