Home
last modified time | relevance | path

Searched defs:FC (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp347 FileContents FC; in upgrade() local
397 FileContents FC; in readBitcode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugChecksumsSubsection.cpp95 for (const auto &FC : Checksums) { in commit() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFCopy.cpp197 auto FC = CopyMap.find(IA.Id); in run() local
DHexagonISelDAGToDAGHVX.cpp1951 PermNetwork::Controls FC, RC; in butterfly() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1615 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local
1923 if (Constant *FC = ConstantFoldUnaryInstruction(Opcode, C)) in get() local
1982 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local
2085 if (Constant *FC = in getGetElementPtr() local
2139 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local
2164 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local
2190 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local
2214 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local
2233 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local
2262 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue() local
[all …]
DVerifier.cpp3266 void Verifier::visitFCmpInst(FCmpInst &FC) { in visitFCmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp921 for (const auto &FC : FuncCoverages) { in printFuncCoverage() local
931 for (const auto &FC : FileCoverages) { in printFileCoverage() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Defines.h34 FC = (1 << 3), enumerator
DSIFoldOperands.cpp531 if (llvm::find_if(FoldList, [UseMI](const FoldCandidate &FC) { in tryToFoldACImm()
655 FoldCandidate FC = FoldCandidate(Use->getParent(), in foldOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp404 const FusionCandidate &FC) { in operator <<()
415 for (const FusionCandidate &FC : CandSet) in operator <<() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_inst.h57 #define FC(name, hi4, lo4, hi12, lo12, assertions) \ macro
1362 #define FC(name, high, low, gfx12_high, gfx12_low, assertions) \ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp175 IO &io, FrameCookieKind &FC) { in enumeration()
DCodeViewYAMLDebugSections.cpp567 const DebugChecksumsSubsectionRef &FC) { in fromCodeViewSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp262 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() local
283 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1992 const ConstantFPSDNode *FC = dyn_cast<ConstantFPSDNode>(Op); in LowerAsmOperandForConstraint() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1865 FuncClass FC = demangleFunctionClass(MangledName); in demangleFunctionEncoding() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h2502 if (auto *FC = dyn_cast<Constant>(False)) variable
/third_party/pcre2/pcre2/src/sljit/
DsljitNativePPC_common.c127 #define FC(fc) ((sljit_ins)freg_map[fc] << 6) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1804 uint64_t TC, FC; in getNodeLabel() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp165 APInt FC = *SelFC; in foldSelectICmpAnd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2078 const FCmpInst *FC = cast<FCmpInst>(Cond); in EmitBranchForMergedCondition() local
3263 if (const FCmpInst *FC = dyn_cast<FCmpInst>(&I)) in visitFCmp() local
3265 else if (const ConstantExpr *FC = dyn_cast<ConstantExpr>(&I)) in visitFCmp() local