/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | autoinit_funcs.h | 81 #define GNUC_SET_INIT_AND_DEINIT(FI,FD) \ argument 88 #define _SET_INIT_AND_DEINIT_FUNCS(FI,FD) GNUC_SET_INIT_AND_DEINIT(FI,FD) argument 196 #define W32_SET_INIT_AND_DEINIT(FI,FD) \ argument 207 #define W32_SET_INIT_AND_DEINIT(FI,FD) \ argument 214 #define W32_SET_INIT_AND_DEINIT(FI,FD) \ argument 224 #define _SET_INIT_AND_DEINIT_FUNCS(FI,FD) W32_SET_INIT_AND_DEINIT(FI,FD) argument 237 #define _SET_INIT_AND_DEINIT_FUNCS(FI,FD) argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 42 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection() 88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTaggingPreRA.cpp | 173 void AArch64StackTaggingPreRA::uncheckUsesOf(unsigned TaggedReg, int FI) { in uncheckUsesOf() 195 int FI = I->getOperand(1).getIndex(); in uncheckLoadsAndStores() local 220 int FI = I.getOperand(1).getIndex(); in runOnMachineFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPerfHintAnalysis.cpp | 207 AMDGPUPerfHintAnalysis::FuncInfo &FI = FIM[&F]; in visit() local 291 bool AMDGPUPerfHint::isMemBound(const AMDGPUPerfHintAnalysis::FuncInfo &FI) { in isMemBound() 295 bool AMDGPUPerfHint::needLimitWave(const AMDGPUPerfHintAnalysis::FuncInfo &FI) { in needLimitWave() 391 auto FI = FIM.find(F); in isMemoryBound() local 399 auto FI = FIM.find(F); in needsWaveLimiter() local
|
D | R600FrameLowering.cpp | 22 int FI, in getFrameIndexReference()
|
D | AMDGPUArgumentUsageInfo.cpp | 56 for (const auto &FI : ArgInfoMap) { in print() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | GsymCreator.cpp | 254 void GsymCreator::addFunctionInfo(FunctionInfo &&FI) { in addFunctionInfo() 262 for (auto &FI : Funcs) { in forEachFunctionInfo() local 271 for (const auto &FI : Funcs) { in forEachFunctionInfo() local
|
D | FunctionInfo.cpp | 27 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const FunctionInfo &FI) { in operator <<() 35 FunctionInfo FI; in decode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 175 Register Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandLoadCCond() local 190 Register Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandStoreCCond() local 209 Register Dst = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandLoadACC() local 234 Register Src = I->getOperand(0).getReg(), FI = I->getOperand(1).getIndex(); in expandStoreACC() local 323 int FI = MF.getInfo<MipsFunctionInfo>()->getMoveF64ViaSpillFI(RC2); in expandBuildPairF64() local 389 int FI = MF.getInfo<MipsFunctionInfo>()->getMoveF64ViaSpillFI(RC); in expandExtractElementF64() local 778 int FI, in getFrameIndexReference() 897 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves() local 914 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 475 const PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in determineFrameLayout() local 733 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in stackUpdateCanBeMoved() local 821 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in emitPrologue() local 1393 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in emitEpilogue() local 1700 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in emitEpilogue() local 1771 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); in determineCalleeSaves() local 1949 int FI = FPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized() local 1960 int FI = PFI->getFramePointerSaveIndex(); in processFunctionBeforeFrameFinalized() local 1968 int FI = PFI->getPICBasePointerSaveIndex(); in processFunctionBeforeFrameFinalized() local 1978 int FI = PFI->getBasePointerSaveIndex(); in processFunctionBeforeFrameFinalized() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCFixup.h | 96 MCFixup FI; variable 107 MCFixup FI; in createAddFor() local 118 MCFixup FI; in createSubFor() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 118 GCFunctionInfo &FI = **I; in finishAssembly() local 137 GCFunctionInfo &FI = **I; in finishAssembly() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 129 operator<<(raw_ostream &OS, const FaultMapParser::FunctionInfoAccessor &FI) { in operator <<() 144 FaultMapParser::FunctionInfoAccessor FI; in operator <<() local
|
D | StackSlotColoring.cpp | 170 int FI = MO.getIndex(); in ScanForSpillSlotRefs() local 186 int FI = FSV->getFrameIndex(); in ScanForSpillSlotRefs() local 225 int FI = Register::stackSlot2Index(li.reg); in InitializeSlots() local 272 int FI = Register::stackSlot2Index(li->reg); in ColorSlot() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 54 for (MachineFunction::iterator FI = MF.begin(), FE = MF.end(); FI != FE; in runOnMachineFunction() local 119 MachineBasicBlock::instr_iterator FI = RI.getReverse(); in runOnMachineBasicBlock() local 162 MachineBasicBlock::instr_iterator FI = I.getReverse(); in findDelayInstr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelDAGToDAG.cpp | 95 int FI = cast<FrameIndexSDNode>(Addr)->getIndex(); in SelectAddrModeS9() local 115 int FI = cast<FrameIndexSDNode>(Base)->getIndex(); in SelectAddrModeS9() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb1InstrInfo.cpp | 79 unsigned SrcReg, bool isKill, int FI, in storeRegToStackSlot() 107 unsigned DestReg, int FI, in loadRegFromStackSlot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 96 const int FI; variable 99 explicit FixedStackPseudoSourceValue(int FI, const TargetInstrInfo &TII) in FixedStackPseudoSourceValue()
|
D | RegisterScavenging.h | 132 void addScavengingFrameIndex(int FI) { in addScavengingFrameIndex() 137 bool isScavengingFrameIndex(int FI) const { in isScavengingFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerAtomic.cpp | 103 static bool LowerFenceInst(FenceInst *FI) { in LowerFenceInst() 122 if (FenceInst *FI = dyn_cast<FenceInst>(Inst)) in runOnBasicBlock() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZMachineFunctionInfo.h | 77 void setVarArgsFrameIndex(unsigned FI) { VarArgsFrameIndex = FI; } in setVarArgsFrameIndex() 82 void setRegSaveFrameIndex(unsigned FI) { RegSaveFrameIndex = FI; } in setRegSaveFrameIndex()
|
D | SystemZInstrBuilder.h | 26 addFrameReference(const MachineInstrBuilder &MIB, int FI) { in addFrameReference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 114 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot() local 126 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in allocateStackSlot() local 351 FrameIndexSDNode &FI) { in getMachineMemOperand() 432 } else if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Incoming)) { in lowerIncomingStatepointValue() local 556 int FI = Builder.FuncInfo.getArgumentFrameIndex(Arg); in lowerStatepointMetaArgs() local 588 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Incoming)) { in lowerStatepointMetaArgs() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 126 unsigned SrcReg, bool IsKill, int FI, in storeRegToStackSlot() 149 unsigned DestReg, int FI, in loadRegFromStackSlot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVExtract.cpp | 124 DebugLoc dl, int FI, unsigned Offset) { in runOnMachineFunction() 146 int FI = MFI.CreateStackObject(HRI.getSpillSize(VecRC), Align, in runOnMachineFunction() local
|