Home
last modified time | relevance | path

Searched defs:FI (Results 1 – 25 of 186) sorted by relevance

12345678

/third_party/skia/third_party/externals/microhttpd/src/include/
Dautoinit_funcs.h81 #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/
DNVPTXTargetStreamer.cpp42 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/
DAArch64StackTaggingPreRA.cpp173 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/
DAMDGPUPerfHintAnalysis.cpp207 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
DR600FrameLowering.cpp22 int FI, in getFrameIndexReference()
DAMDGPUArgumentUsageInfo.cpp56 for (const auto &FI : ArgInfoMap) { in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp254 void GsymCreator::addFunctionInfo(FunctionInfo &&FI) { in addFunctionInfo()
262 for (auto &FI : Funcs) { in forEachFunctionInfo() local
271 for (const auto &FI : Funcs) { in forEachFunctionInfo() local
DFunctionInfo.cpp27 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/
DMipsSEFrameLowering.cpp175 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/
DPPCFrameLowering.cpp475 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/
DMCFixup.h96 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/
DOcamlGCPrinter.cpp118 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/
DFaultMaps.cpp129 operator<<(raw_ostream &OS, const FaultMapParser::FunctionInfoAccessor &FI) { in operator <<()
144 FaultMapParser::FunctionInfoAccessor FI; in operator <<() local
DStackSlotColoring.cpp170 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/
DLanaiDelaySlotFiller.cpp54 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/
DARCISelDAGToDAG.cpp95 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/
DThumb1InstrInfo.cpp79 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/
DPseudoSourceValue.h96 const int FI; variable
99 explicit FixedStackPseudoSourceValue(int FI, const TargetInstrInfo &TII) in FixedStackPseudoSourceValue()
DRegisterScavenging.h132 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/
DLowerAtomic.cpp103 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/
DSystemZMachineFunctionInfo.h77 void setVarArgsFrameIndex(unsigned FI) { VarArgsFrameIndex = FI; } in setVarArgsFrameIndex()
82 void setRegSaveFrameIndex(unsigned FI) { RegSaveFrameIndex = FI; } in setRegSaveFrameIndex()
DSystemZInstrBuilder.h26 addFrameReference(const MachineInstrBuilder &MIB, int FI) { in addFrameReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp114 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/
DBPFInstrInfo.cpp126 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/
DHexagonVExtract.cpp124 DebugLoc dl, int FI, unsigned Offset) { in runOnMachineFunction()
146 int FI = MFI.CreateStackObject(HRI.getSpillSize(VecRC), Align, in runOnMachineFunction() local

12345678