/external/valgrind/none/tests/s390x/ |
D | add_EI.stdout.exp | 1 AFI 0 + 0000000000000000 + 0000000000000000 = 0000000000000000 (cc=0) 2 AFI 0 + 0000000000000001 + 0000000000000000 = 0000000000000001 (cc=2) 3 AFI 0 + 000000000000FFFF + 0000000000000000 = 000000000000FFFF (cc=2) 4 AFI 0 + 0000000000007FFF + 0000000000000000 = 0000000000007FFF (cc=2) 5 AFI 0 + 0000000000008000 + 0000000000000000 = 0000000000008000 (cc=2) 6 AFI 0 + 00000000FFFFFFFF + 0000000000000000 = 00000000FFFFFFFF (cc=1) 7 AFI 0 + 0000000080000000 + 0000000000000000 = 0000000080000000 (cc=1) 8 AFI 0 + 000000007FFFFFFF + 0000000000000000 = 000000007FFFFFFF (cc=2) 9 AFI 0 + FFFFFFFFFFFFFFFF + 0000000000000000 = FFFFFFFFFFFFFFFF (cc=1) 10 AFI 0 + 8000000000000000 + 0000000000000000 = 8000000000000000 (cc=0) [all …]
|
D | add_EI.c | 7 ximmsweep(AFI, 00000000, 00000000, 0); in do_imm_insns() 8 ximmsweep(AFI, ffffffff, ffffffff, 0); in do_imm_insns() 9 ximmsweep(AFI, ffffffff, ffff8000, 0); in do_imm_insns() 10 ximmsweep(AFI, 00000000, 00007fff, 0); in do_imm_insns() 11 ximmsweep(AFI, ffffffff, ffffffff, 0); in do_imm_insns() 12 ximmsweep(AFI, ffffffff, 80000000, 0); in do_imm_insns() 13 ximmsweep(AFI, 00000000, 7fffffff, 0); in do_imm_insns()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 234 static void emitAligningInstructions(MachineFunction &MF, ARMFunctionInfo *AFI, in emitAligningInstructions() argument 246 assert(!AFI->isThumb1OnlyFunction() && "Thumb1 not supported"); in emitAligningInstructions() 247 if (!AFI->isThumbFunction()) { in emitAligningInstructions() 294 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in emitPrologue() local 301 assert(!AFI->isThumb1OnlyFunction() && in emitPrologue() 303 bool isARM = !AFI->isThumbFunction(); in emitPrologue() 305 unsigned ArgRegsSaveSize = AFI->getArgRegsSaveSize(); in emitPrologue() 336 if (!AFI->hasStackFrame() && in emitPrologue() 380 if (Reg < ARM::D8 || Reg >= ARM::D8 + AFI->getNumAlignedDPRCS2Regs()) in emitPrologue() 402 AFI->setFramePtrSpillOffset(MFI->getObjectOffset(FramePtrSpillFI) + in emitPrologue() [all …]
|
D | Thumb1FrameLowering.cpp | 90 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in emitPrologue() local 98 unsigned ArgRegsSaveSize = AFI->getArgRegsSaveSize(); in emitPrologue() 132 if (!AFI->hasStackFrame()) { in emitPrologue() 183 AFI->setFramePtrSpillOffset(MFI->getObjectOffset(FramePtrSpillFI) + in emitPrologue() 185 AFI->setGPRCalleeSavedArea1Offset(GPRCS1Offset); in emitPrologue() 186 AFI->setGPRCalleeSavedArea2Offset(GPRCS2Offset); in emitPrologue() 187 AFI->setDPRCalleeSavedAreaOffset(DPRCSOffset); in emitPrologue() 262 AFI->setShouldRestoreSPFromFP(true); in emitPrologue() 281 AFI->getFramePtrSpillOffset()); in emitPrologue() 283 AFI->setGPRCalleeSavedArea1Size(GPRCS1Size); in emitPrologue() [all …]
|
D | ARMBaseRegisterInfo.cpp | 305 const ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in hasBasePointer() local 319 if (AFI->isThumbFunction() && MFI->hasVarSizedObjects()) { in hasBasePointer() 326 if (AFI->isThumb2Function() && MFI->getLocalFrameSize() < 128) in hasBasePointer() 336 const ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in canRealignStack() local 344 if (AFI->isThumb1OnlyFunction()) in canRealignStack() 512 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in needsFrameBaseReg() local 520 if (!AFI->isThumbFunction() || !AFI->isThumb1OnlyFunction()) in needsFrameBaseReg() 560 ARMFunctionInfo *AFI = MBB->getParent()->getInfo<ARMFunctionInfo>(); in materializeFrameBaseRegister() local 561 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri : in materializeFrameBaseRegister() 562 (AFI->isThumb1OnlyFunction() ? ARM::tADDframe : ARM::t2ADDri); in materializeFrameBaseRegister() [all …]
|
D | Thumb2ITBlockPass.cpp | 35 ARMFunctionInfo *AFI; member in __anon1fd56c880111::Thumb2ITBlockPass 274 AFI = Fn.getInfo<ARMFunctionInfo>(); in runOnMachineFunction() 279 if (!AFI->isThumbFunction()) in runOnMachineFunction() 290 AFI->setHasITBlocks(true); in runOnMachineFunction()
|
D | ARMExpandPseudoInsts.cpp | 49 ARMFunctionInfo *AFI; member in __anon48990dd80111::ARMExpandPseudo 810 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr; in ExpandMI() 848 unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16; in ExpandMI() 859 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi; in ExpandMI() 872 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi; in ExpandMI() 914 int32_t NumBytes = AFI->getFramePtrSpillOffset(); in ExpandMI() 919 if (AFI->isThumb2Function()) { in ExpandMI() 922 } else if (AFI->isThumbFunction()) { in ExpandMI() 934 assert (!AFI->isThumb1OnlyFunction()); in ExpandMI() 939 unsigned bicOpc = AFI->isThumbFunction() ? in ExpandMI() [all …]
|
D | ARMConstantIslandPass.cpp | 272 ARMFunctionInfo *AFI; member in __anon8e1325130111::ARMConstantIslands 403 AFI = MF->getInfo<ARMFunctionInfo>(); in runOnMachineFunction() 405 isThumb = AFI->isThumbFunction(); in runOnMachineFunction() 406 isThumb1 = AFI->isThumb1OnlyFunction(); in runOnMachineFunction() 407 isThumb2 = AFI->isThumb2Function(); in runOnMachineFunction() 440 AFI->initPICLabelUId(CPEMIs.size()); in runOnMachineFunction() 498 if (isThumb && !HasFarJump && AFI->isLRSpilledForFarJump()) in runOnMachineFunction() 506 AFI->recordCPEClone(i, CPE.CPI); in runOnMachineFunction() 1521 unsigned ID = AFI->createPICLabelUId(); in handleConstantPoolUser()
|
D | ARMAsmPrinter.h | 40 ARMFunctionInfo *AFI; variable
|
D | ThumbRegisterInfo.cpp | 510 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in eliminateFrameIndex() local 525 Offset -= AFI->getFramePtrSpillOffset(); in eliminateFrameIndex() 553 assert(AFI->isThumbFunction() && in eliminateFrameIndex()
|
D | ARMAsmPrinter.cpp | 62 : AsmPrinter(TM, std::move(Streamer)), AFI(nullptr), MCP(nullptr), in ARMAsmPrinter() 75 if (AFI->isThumbFunction()) { in EmitFunctionEntryLabel() 104 AFI = MF.getInfo<ARMFunctionInfo>(); in runOnMachineFunction() 1000 else if (AFI->isThumbFunction()) in EmitJumpTableAddrs() 1091 const ARMFunctionInfo &AFI = *MF.getInfo<ARMFunctionInfo>(); in EmitUnwindingInstruction() local 1186 CPI = AFI.getOriginalCPIdx(CPI); in EmitUnwindingInstruction()
|
D | ARMBaseInstrInfo.cpp | 398 ARMFunctionInfo *AFI = MBB.getParent()->getInfo<ARMFunctionInfo>(); in InsertBranch() local 399 int BOpc = !AFI->isThumbFunction() in InsertBranch() 400 ? ARM::B : (AFI->isThumb2Function() ? ARM::t2B : ARM::tB); in InsertBranch() 401 int BccOpc = !AFI->isThumbFunction() in InsertBranch() 402 ? ARM::Bcc : (AFI->isThumb2Function() ? ARM::t2Bcc : ARM::tBcc); in InsertBranch() 403 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in InsertBranch() 565 ARMFunctionInfo *AFI = in isPredicable() local 568 if (AFI->isThumb2Function()) { in isPredicable() 1365 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in duplicateCPV() local 1373 unsigned PCLabelId = AFI->createPICLabelUId(); in duplicateCPV()
|
D | Thumb2InstrInfo.cpp | 52 ARMFunctionInfo *AFI = MBB->getParent()->getInfo<ARMFunctionInfo>(); in ReplaceTailWithBranchTo() local 53 if (!AFI->hasITBlocks()) { in ReplaceTailWithBranchTo()
|
/external/tcpdump/tests/ |
D | ripv2_auth.out | 5 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 10 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 15 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 22 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 29 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 37 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 45 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 53 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self 61 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 70 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self [all …]
|
D | ripv1v2.out | 4 AFI 0, 0.0.0.0, metric: 16 12 AFI 0, 0.0.0.0/0 , tag 0x0000, metric: 16, next-hop: self 16 AFI IPv4, 10.70.178.0/24, tag 0x0000, metric: 1, next-hop: self
|
D | mpbgp-linklocal-nexthop.out | 8 AFI: IPv6 (2), SAFI: Unicast (1)
|
D | bgp_vpn_attrset.out | 17 AFI: IPv4 (1), SAFI: labeled VPN Unicast (128)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 127 const AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in canUseRedZone() local 128 unsigned NumBytes = AFI->getLocalStackSize(); in canUseRedZone() 287 AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in emitPrologue() local 301 if (!AFI->hasStackFrame()) { in emitPrologue() 305 AFI->setLocalStackSize(NumBytes); in emitPrologue() 350 AFI->setLocalStackSize(NumBytes); in emitPrologue() 554 const AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in emitEpilogue() local 576 ArgumentPopSize = AFI->getArgumentStackToRestore(); in emitEpilogue() 658 const AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in resolveFrameIndexReference() local 668 if (AFI->hasStackFrame()) { in resolveFrameIndexReference() [all …]
|
D | AArch64CleanupLocalDynamicTLSPass.cpp | 42 AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); in runOnMachineFunction() local 43 if (AFI->getNumLocalDynamicTLSAccesses() < 2) { in runOnMachineFunction()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-add-03.ll | 42 ; Check the next value up, which must use AFI. 51 ; Check the high end of the AFI range. 87 ; Check the next value down, which must use AFI instead.
|
D | atomicrmw-sub-03.ll | 42 ; Check the next value down, which must use AFI. 51 ; Check the low end of the AFI range. 87 ; Check the next value down, which must use AFI instead.
|
D | int-add-14.ll | 24 ; Check the next value up, which must use AFI instead. 51 ; Check the next value down, which must use AFI instead.
|
D | int-add-06.ll | 23 ; Check the next value up, which must use AFI instead. 68 ; Check the next value down, which must use AFI instead.
|
D | atomicrmw-add-02.ll | 120 ; rotated word, expressed as a negative AFI operand.
|
D | atomicrmw-add-01.ll | 120 ; rotated word, expressed as a negative AFI operand.
|