HomeSort by relevance Sort by last modified time
    Searched refs:IP (Results 251 - 275 of 595) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 230 : IP(InsertionPt), DL(InsertionPt->getModule()->getDataLayout()), DT(DT) {
309 Instruction *IP; /// Insertion position of cloned instructions.
582 Ext->insertBefore(IP);
630 BO->getName(), IP);
633 BO->getName(), IP);
682 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP);
684 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP);
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 169 MCInstPrinter *IP) {
201 IP->printInst(&i->second.getInsts()[ii].Inst, OS, "");
297 OwningPtr<MCInstPrinter> IP(TheTarget->createMCInstPrinter(
300 if (!InstrAnalysis || !AsmInfo || !STI || !DisAsm || !IP) {
459 IP->printInst(&Inst, outs(), "");
573 IP->printInst(&Inst.Inst, outs(), "");
613 emitDOTFile((f.getName().str() + ".dot").c_str(), f, IP.get());
llvm-objdump.cpp 242 OwningPtr<MCInstPrinter> IP(TheTarget->createMCInstPrinter(
244 if (!IP) {
290 IP->printInst(&Inst, outs(), "");
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 206 MachineBasicBlock::iterator IP = EntryBB.begin(); // Insert Point
207 BuildMI(EntryBB, IP, dl, TII.get(PPC::MFVRSAVE), InVRSAVE);
208 BuildMI(EntryBB, IP, dl, TII.get(PPC::UPDATE_VRSAVE),
210 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE);
215 IP = BB->end(); --IP;
219 MachineBasicBlock::iterator I2 = IP;
221 IP = I2;
224 BuildMI(*BB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(InVRSAVE);
    [all...]
  /kernel/tests/net/test/
xfrm_test.py 97 actual = subprocess.check_output("ip xfrm state".split())
252 # subprocess.call("ip xfrm policy".split())
270 # subprocess.call("ip xfrm state".split())
285 # the addresses in the IP header to make the packet look like it's bound for
313 incoming = (scapy.IP(src=remoteaddr, dst=myaddr) /
320 incoming = (scapy.IP(src=remoteaddr, dst=myaddr) /
328 unencrypted = (scapy.IP(src=remoteaddr, dst=myaddr) /
  /external/llvm/include/llvm/IR/
IRBuilder.h 125 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
127 InsertPt = IP;
128 if (IP != TheBB->end())
129 SetCurrentDebugLocation(IP->getDebugLoc());
176 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
178 return IP;
182 void restoreIP(InsertPoint IP) {
183 if (IP.isSet())
184 SetInsertPoint(IP.getBlock(), IP.getPoint())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
146 InsertPt = IP;
147 if (IP != TheBB->end())
148 SetCurrentDebugLocation(IP->getDebugLoc());
195 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
197 return IP;
201 void restoreIP(InsertPoint IP) {
202 if (IP.isSet())
203 SetInsertPoint(IP.getBlock(), IP.getPoint())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
146 InsertPt = IP;
147 if (IP != TheBB->end())
148 SetCurrentDebugLocation(IP->getDebugLoc());
195 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
197 return IP;
201 void restoreIP(InsertPoint IP) {
202 if (IP.isSet())
203 SetInsertPoint(IP.getBlock(), IP.getPoint())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
146 InsertPt = IP;
147 if (IP != TheBB->end())
148 SetCurrentDebugLocation(IP->getDebugLoc());
195 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
197 return IP;
201 void restoreIP(InsertPoint IP) {
202 if (IP.isSet())
203 SetInsertPoint(IP.getBlock(), IP.getPoint())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
146 InsertPt = IP;
147 if (IP != TheBB->end())
148 SetCurrentDebugLocation(IP->getDebugLoc());
195 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
197 return IP;
201 void restoreIP(InsertPoint IP) {
202 if (IP.isSet())
203 SetInsertPoint(IP.getBlock(), IP.getPoint())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
146 InsertPt = IP;
147 if (IP != TheBB->end())
148 SetCurrentDebugLocation(IP->getDebugLoc());
195 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
197 return IP;
201 void restoreIP(InsertPoint IP) {
202 if (IP.isSet())
203 SetInsertPoint(IP.getBlock(), IP.getPoint())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
146 InsertPt = IP;
147 if (IP != TheBB->end())
148 SetCurrentDebugLocation(IP->getDebugLoc());
195 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
197 return IP;
201 void restoreIP(InsertPoint IP) {
202 if (IP.isSet())
203 SetInsertPoint(IP.getBlock(), IP.getPoint())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
146 InsertPt = IP;
147 if (IP != TheBB->end())
148 SetCurrentDebugLocation(IP->getDebugLoc());
195 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
197 return IP;
201 void restoreIP(InsertPoint IP) {
202 if (IP.isSet())
203 SetInsertPoint(IP.getBlock(), IP.getPoint())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
146 InsertPt = IP;
147 if (IP != TheBB->end())
148 SetCurrentDebugLocation(IP->getDebugLoc());
195 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
197 return IP;
201 void restoreIP(InsertPoint IP) {
202 if (IP.isSet())
203 SetInsertPoint(IP.getBlock(), IP.getPoint())
    [all...]
  /bionic/libc/include/arpa/
telnet.h 50 #define IP 244 /* interrupt process--permanently */
65 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
221 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
  /development/ndk/platforms/android-21/include/arpa/
telnet.h 49 #define IP 244 /* interrupt process--permanently */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 49 #define IP 244 /* interrupt process--permanently */
64 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
202 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 142 UINT16 IP;
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuSnp.h 248 Converts a multicast IP address to a multicast HW MAC address.
251 @param IPv6 Set to TRUE if the multicast IP address is IPv6 [RFC 2460]. Set
252 to FALSE if the multicast IP address is IPv4 [RFC 791].
253 @param IP The multicast IP address that is to be converted to a multicast
255 @param MAC The multicast HW MAC address that is to be generated from IP.
257 @retval EFI_SUCCESS The multicast IP address was mapped to the multicast
273 IN EFI_IP_ADDRESS *IP,
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
telnet.h 53 #define IP 244 /* interrupt process--permanently */
68 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
219 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
  /external/boringssl/src/crypto/fipsmodule/des/
internal.h 132 /* IP and FP
163 Thanks for hints from Richard Outerbridge - he told me IP&FP
176 #define IP(l, r) \
  /external/iproute2/lib/
ll_proto.c 40 __PF(IP,ip)
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 8 \begin{Name}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info\_by\_ip}unw\_get\_proc\_info\_by\_ip -- get procedure info by IP
15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
22 instruction-pointer (IP) instead of a cursor. This is more flexible
32 Argument \Var{ip} is the instruction-pointer for which the procedure
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 232 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
551 if (endloop->IP > s->LoopEnd) {
552 s->LoopEnd = endloop->IP;

Completed in 1028 milliseconds

<<11121314151617181920>>