Home
last modified time | relevance | path

Searched defs:Res (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp78 return Res; in cmpAPInts() local
97 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats() local
100 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats() local
91 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), cmpAPFloats() local
94 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), cmpAPFloats() local
108 if (int Res = cmpNumbers(L.size(), R.size())) cmpMem() local
118 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) cmpAttrs() local
136 if (int Res = cmpTypes(TyL, TyR)) cmpAttrs() local
143 if (int Res = cmpNumbers((uint64_t)TyL, (uint64_t)TyR)) cmpAttrs() local
153 if (int Res = cmpAPInts(LCR.getLower(), RCR.getLower())) cmpAttrs() local
155 if (int Res = cmpAPInts(LCR.getUpper(), RCR.getUpper())) cmpAttrs() local
216 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) cmpMDNode() local
219 if (int Res = cmpMetadata(L->getOperand(I), R->getOperand(I))) cmpMDNode() local
239 if (int Res = cmpNumbers(KeyL, KeyR)) cmpInstMetadata() local
241 if (int Res = cmpMDNode(ML, MR)) cmpInstMetadata() local
251 if (int Res = cmpOperandBundlesSchema() local
259 if (int Res = OBL.getTagName().compare(OBR.getTagName())) cmpOperandBundlesSchema() local
262 if (int Res = cmpNumbers(OBL.Inputs.size(), OBR.Inputs.size())) cmpOperandBundlesSchema() local
318 if (int Res = cmpNumbers(AddrSpaceL, AddrSpaceR)) cmpConstants() local
347 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) cmpConstants() local
380 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) cmpConstants() local
383 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), cmpConstants() local
394 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) cmpConstants() local
397 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), cmpConstants() local
408 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) cmpConstants() local
411 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), cmpConstants() local
420 if (int Res = cmpNumbers(LE->getOpcode(), RE->getOpcode())) cmpConstants() local
424 if (int Res = cmpNumbers(NumOperandsL, NumOperandsR)) cmpConstants() local
427 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), cmpConstants() local
433 if (int Res = cmpTypes(GEPL->getSourceElementType(), cmpConstants() local
436 if (int Res = cmpNumbers(GEPL->getNoWrapFlags().getRaw(), cmpConstants() local
445 if (int Res = cmpAPInts(InRangeL->getLower(), InRangeR->getLower())) cmpConstants() local
447 if (int Res = cmpAPInts(InRangeL->getUpper(), InRangeR->getUpper())) cmpConstants() local
455 if (int Res = cmpConstants() local
458 if (int Res = cmpConstants() local
467 if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction())) cmpConstants() local
536 if (int Res = cmpNumbers(TyL->getTypeID(), TyR->getTypeID())) cmpTypes() local
571 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) cmpTypes() local
586 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) cmpTypes() local
590 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) cmpTypes() local
627 if (int Res = cmpValues(L, R)) cmpOperations() local
634 if (int Res = cmpNumbers(L->getOpcode(), R->getOpcode())) cmpOperations() local
640 if (int Res = cmpOperations() local
646 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) cmpOperations() local
649 if (int Res = cmpTypes(L->getType(), R->getType())) cmpOperations() local
652 if (int Res = cmpNumbers(L->getRawSubclassOptionalData(), cmpOperations() local
659 if (int Res = cmpOperations() local
666 if (int Res = cmpTypes(AI->getAllocatedType(), cmpOperations() local
672 if (int Res = cmpNumbers(LI->isVolatile(), cast<LoadInst>(R)->isVolatile())) cmpOperations() local
674 if (int Res = cmpAligns(LI->getAlign(), cast<LoadInst>(R)->getAlign())) cmpOperations() local
676 if (int Res = cmpOperations() local
679 if (int Res = cmpNumbers(LI->getSyncScopeID(), cmpOperations() local
685 if (int Res = cmpOperations() local
688 if (int Res = cmpAligns(SI->getAlign(), cast<StoreInst>(R)->getAlign())) cmpOperations() local
690 if (int Res = cmpOperations() local
700 if (int Res = cmpNumbers(CBL->getCallingConv(), CBR->getCallingConv())) cmpOperations() local
702 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes())) cmpOperations() local
704 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) cmpOperations() local
707 if (int Res = cmpNumbers(CI->getTailCallKind(), cmpOperations() local
716 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) cmpOperations() local
719 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) cmpOperations() local
727 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) cmpOperations() local
730 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) cmpOperations() local
735 if (int Res = cmpOperations() local
742 if (int Res = cmpNumbers(CXI->isVolatile(), cmpOperations() local
745 if (int Res = cmpOperations() local
748 if (int Res = cmpOperations() local
752 if (int Res = cmpOperations() local
760 if (int Res = cmpNumbers(RMWI->getOperation(), cmpOperations() local
763 if (int Res = cmpNumbers(RMWI->isVolatile(), cmpOperations() local
766 if (int Res = cmpOrderings(RMWI->getOrdering(), cmpOperations() local
775 if (int Res = cmpNumbers(LMask.size(), RMask.size())) cmpOperations() local
778 if (int Res = cmpNumbers(LMask[i], RMask[i])) cmpOperations() local
788 if (int Res = cmpOperations() local
803 if (int Res = cmpNumbers(ASL, ASR)) cmpGEPs() local
814 if (int Res = cmpGEPs() local
818 if (int Res = cmpNumbers(GEPL->getNumOperands(), GEPR->getNumOperands())) cmpGEPs() local
822 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i))) cmpGEPs() local
835 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) cmpInlineAsm() local
837 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) cmpInlineAsm() local
839 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) cmpInlineAsm() local
841 if (int Res = cmpNumbers(L->hasSideEffects(), R->hasSideEffects())) cmpInlineAsm() local
843 if (int Res = cmpNumbers(L->isAlignStack(), R->isAlignStack())) cmpInlineAsm() local
845 if (int Res = cmpNumbers(L->getDialect(), R->getDialect())) cmpInlineAsm() local
920 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) cmpBasicBlocks() local
928 if (int Res = cmpValues(OpL, OpR)) cmpBasicBlocks() local
947 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes())) compareSignature() local
950 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) compareSignature() local
954 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) compareSignature() local
958 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) compareSignature() local
962 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) compareSignature() local
966 if (int Res = cmpNumbers(FnL->isVarArg(), FnR->isVarArg())) compareSignature() local
971 if (int Res = cmpNumbers(FnL->getCallingConv(), FnR->getCallingConv())) compareSignature() local
974 if (int Res = cmpTypes(FnL->getFunctionType(), FnR->getFunctionType())) compareSignature() local
996 if (int Res = compareSignature()) compare() local
1014 if (int Res = cmpValues(BBL, BBR)) compare() local
1017 if (int Res = cmpBasicBlocks(BBL, BBR)) compare() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp136 MachineInstrBuilder MachineIRBuilder::buildDynStackAlloc(const DstOp &Res, in buildDynStackAlloc() argument
147 MachineInstrBuilder MachineIRBuilder::buildFrameIndex(const DstOp &Res, in buildFrameIndex() argument
156 MachineInstrBuilder MachineIRBuilder::buildGlobalValue(const DstOp &Res, in buildGlobalValue() argument
169 buildConstantPool(const DstOp & Res,unsigned Idx) buildConstantPool() argument
184 validateUnaryOp(const LLT Res,const LLT Op0) validateUnaryOp() argument
189 validateBinaryOp(const LLT Res,const LLT Op0,const LLT Op1) validateBinaryOp() argument
195 validateShiftOp(const LLT Res,const LLT Op0,const LLT Op1) validateShiftOp() argument
202 buildPtrAdd(const DstOp & Res,const SrcOp & Op0,const SrcOp & Op1,std::optional<unsigned> Flags) buildPtrAdd() argument
212 materializePtrAdd(Register & Res,Register Op0,const LLT ValueTy,uint64_t Value) materializePtrAdd() argument
227 buildMaskLowPtrBits(const DstOp & Res,const SrcOp & Op0,uint32_t NumBits) buildMaskLowPtrBits() argument
238 buildPadVectorWithUndefElements(const DstOp & Res,const SrcOp & Op0) buildPadVectorWithUndefElements() argument
269 buildDeleteTrailingVectorElements(const DstOp & Res,const SrcOp & Op0) buildDeleteTrailingVectorElements() argument
312 buildCopy(const DstOp & Res,const SrcOp & Op) buildCopy() argument
317 buildConstant(const DstOp & Res,const ConstantInt & Val) buildConstant() argument
341 buildConstant(const DstOp & Res,int64_t Val) buildConstant() argument
349 buildFConstant(const DstOp & Res,const ConstantFP & Val) buildFConstant() argument
378 buildConstant(const DstOp & Res,const APInt & Val) buildConstant() argument
384 buildFConstant(const DstOp & Res,double Val) buildFConstant() argument
393 buildFConstant(const DstOp & Res,const APFloat & Val) buildFConstant() argument
401 buildConstantPtrAuth(const DstOp & Res,const ConstantPtrAuth * CPA,Register Addr,Register AddrDisc) buildConstantPtrAuth() argument
438 buildLoadInstr(unsigned Opcode,const DstOp & Res,const SrcOp & Addr,MachineMemOperand & MMO) buildLoadInstr() argument
495 buildAnyExt(const DstOp & Res,const SrcOp & Op) buildAnyExt() argument
500 buildSExt(const DstOp & Res,const SrcOp & Op) buildSExt() argument
505 buildZExt(const DstOp & Res,const SrcOp & Op,std::optional<unsigned> Flags) buildZExt() argument
523 buildBoolExt(const DstOp & Res,const SrcOp & Op,bool IsFP) buildBoolExt() argument
530 buildBoolExtInReg(const DstOp & Res,const SrcOp & Op,bool IsVector,bool IsFP) buildBoolExtInReg() argument
548 buildExtOrTrunc(unsigned ExtOpc,const DstOp & Res,const SrcOp & Op) buildExtOrTrunc() argument
571 buildSExtOrTrunc(const DstOp & Res,const SrcOp & Op) buildSExtOrTrunc() argument
576 buildZExtOrTrunc(const DstOp & Res,const SrcOp & Op) buildZExtOrTrunc() argument
581 buildAnyExtOrTrunc(const DstOp & Res,const SrcOp & Op) buildAnyExtOrTrunc() argument
586 buildZExtInReg(const DstOp & Res,const SrcOp & Op,int64_t ImmOp) buildZExtInReg() argument
640 buildUndef(const DstOp & Res) buildUndef() argument
644 buildMergeValues(const DstOp & Res,ArrayRef<Register> Ops) buildMergeValues() argument
655 buildMergeLikeInstr(const DstOp & Res,ArrayRef<Register> Ops) buildMergeLikeInstr() argument
666 buildMergeLikeInstr(const DstOp & Res,std::initializer_list<SrcOp> Ops) buildMergeLikeInstr() argument
683 buildUnmerge(ArrayRef<LLT> Res,const SrcOp & Op) buildUnmerge() argument
693 buildUnmerge(LLT Res,const SrcOp & Op) buildUnmerge() argument
700 buildUnmerge(ArrayRef<Register> Res,const SrcOp & Op) buildUnmerge() argument
710 buildBuildVector(const DstOp & Res,ArrayRef<Register> Ops) buildBuildVector() argument
720 buildBuildVectorConstant(const DstOp & Res,ArrayRef<APInt> Ops) buildBuildVectorConstant() argument
730 buildSplatBuildVector(const DstOp & Res,const SrcOp & Src) buildSplatBuildVector() argument
737 buildBuildVectorTrunc(const DstOp & Res,ArrayRef<Register> Ops) buildBuildVectorTrunc() argument
749 buildShuffleSplat(const DstOp & Res,const SrcOp & Src) buildShuffleSplat() argument
761 buildSplatVector(const DstOp & Res,const SrcOp & Src) buildSplatVector() argument
768 buildShuffleVector(const DstOp & Res,const SrcOp & Src1,const SrcOp & Src2,ArrayRef<int> Mask) buildShuffleVector() argument
788 buildConcatVectors(const DstOp & Res,ArrayRef<Register> Ops) buildConcatVectors() argument
796 buildInsert(const DstOp & Res,const SrcOp & Src,const SrcOp & Op,unsigned Index) buildInsert() argument
812 buildVScale(const DstOp & Res,unsigned MinElts) buildVScale() argument
821 buildVScale(const DstOp & Res,const ConstantInt & MinElts) buildVScale() argument
830 buildVScale(const DstOp & Res,const APInt & MinElts) buildVScale() argument
887 buildTrunc(const DstOp & Res,const SrcOp & Op,std::optional<unsigned> Flags) buildTrunc() argument
893 buildFPTrunc(const DstOp & Res,const SrcOp & Op,std::optional<unsigned> Flags) buildFPTrunc() argument
899 buildICmp(CmpInst::Predicate Pred,const DstOp & Res,const SrcOp & Op0,const SrcOp & Op1) buildICmp() argument
906 buildFCmp(CmpInst::Predicate Pred,const DstOp & Res,const SrcOp & Op0,const SrcOp & Op1,std::optional<unsigned> Flags) buildFCmp() argument
915 buildSelect(const DstOp & Res,const SrcOp & Tst,const SrcOp & Op0,const SrcOp & Op1,std::optional<unsigned> Flags) buildSelect() argument
922 buildInsertSubvector(const DstOp & Res,const SrcOp & Src0,const SrcOp & Src1,unsigned Idx) buildInsertSubvector() argument
930 buildExtractSubvector(const DstOp & Res,const SrcOp & Src,unsigned Idx) buildExtractSubvector() argument
938 buildInsertVectorElement(const DstOp & Res,const SrcOp & Val,const SrcOp & Elt,const SrcOp & Idx) buildInsertVectorElement() argument
944 buildExtractVectorElement(const DstOp & Res,const SrcOp & Val,const SrcOp & Idx) buildExtractVectorElement() argument
1143 buildBlockAddress(Register Res,const BlockAddress * BA) buildBlockAddress() argument
[all...]
/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCCodeEmitter.cpp152 uint32_t Res = static_cast<uint32_t>(MO.getImm()); getMachineOpValue() local
204 int32_t Res = MO.getImm(); getCallEncoding() local
225 int32_t Res = MO.getImm(); getL32RTargetEncoding() local
245 uint32_t Res = static_cast<uint32_t>(MI.getOperand(OpNo + 1).getImm()); getMemRegEncoding() local
277 int32_t Res = MO.getImm(); getImm8OpValue() local
289 int32_t Res = MO.getImm(); getImm8_sh8OpValue() local
302 int32_t Res = MO.getImm(); getImm12OpValue() local
314 uint32_t Res = static_cast<uint32_t>(MO.getImm()); getUimm4OpValue() local
326 uint32_t Res = static_cast<uint32_t>(MO.getImm()); getUimm5OpValue() local
338 uint32_t Res = static_cast<uint32_t>(MO.getImm()); getShimm1_31OpValue() local
350 uint32_t Res = static_cast<uint32_t>(MO.getImm()); getImm1_16OpValue() local
362 uint32_t Res = static_cast<uint32_t>(MO.getImm()); getB4constOpValue() local
410 uint32_t Res = static_cast<uint32_t>(MO.getImm()); getB4constuOpValue() local
[all...]
/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp45 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) { in readDiagnostics() local
57 if (Expected<unsigned> Res = Stream.ReadCode()) { in readDiagnostics() local
122 if (Expected<unsigned> Res = Stream.ReadCode()) in skipUntilRecordOrBlock() local
134 if (Expected<unsigned> Res = Stream.ReadSubBlockID()) in skipUntilRecordOrBlock() local
174 llvm::ErrorOr<Cursor> Res = skipUntilRecordOrBlock(Stream, BlockOrCode); in readMetaBlock() local
226 llvm::ErrorOr<Cursor> Res = skipUntilRecordOrBlock(Stream, BlockOrCode); in readDiagnosticBlock() local
/llvm-project/offload/plugins-nextgen/cuda/src/
H A Drtl.cpp89 CUresult Res = cuModuleLoadDataEx(&Module, getStart(), 0, nullptr, nullptr); in loadModule() local
100 CUresult Res = cuModuleUnload(Module); in unloadModule() local
126 CUresult Res; in initImpl() local
180 CUresult Res in create() local
193 CUresult Res = cuStreamDestroy(Stream); destroy() local
227 CUresult Res = cuEventCreate(&Event, CU_EVENT_DEFAULT); create() local
240 CUresult Res = cuEventDestroy(Event); destroy() local
268 CUresult Res = cuDeviceGet(&Device, DeviceId); initImpl() local
383 CUresult Res = cuDevicePrimaryCtxRelease(Device); deinitImpl() local
487 CUresult Res = cuCtxSetCurrent(Context); setContext() local
556 CUresult Res; allocate() local
601 CUresult Res; free() local
632 CUresult Res; synchronizeImpl() local
683 CUresult Res = cuMemGetInfo(&Free, &Total); memoryVAMap() local
755 CUresult Res = cuMemUnmap(DVAddr, Size); memoryVAUnMap() local
774 CUresult Res = cuStreamQuery(Stream); queryAsyncImpl() local
814 CUresult Res = cuMemcpyHtoDAsync((CUdeviceptr)TgtPtr, HstPtr, Size, Stream); dataSubmitImpl() local
831 CUresult Res = cuStreamQuery(Stream); dataRetrieveImpl() local
839 CUresult Res = cuMemcpyDtoHAsync(HstPtr, (CUdeviceptr)TgtPtr, Size, Stream); dataRetrieveImpl() local
899 CUresult Res = cuEventRecord(Event, Stream); recordEventImpl() local
915 CUresult Res = cuStreamWaitEvent(Stream, Event, 0); waitEventImpl() local
922 CUresult Res = cuEventSynchronize(Event); syncEventImpl() local
933 CUresult Res = cuDriverGetVersion(&TmpInt); obtainInfoImpl() local
1114 CUresult Res = cuDeviceTotalMem(&Value, Device); getDeviceMemorySize() local
1120 CUresult Res = cuCtxSetLimit(Kind, Value); setCtxLimit() local
1124 CUresult Res = cuCtxGetLimit(&Value, Kind); getCtxLimit() local
1131 CUresult Res = getDeviceAttr() local
1297 CUresult Res = cuLaunchKernel(Func, NumBlocks, /*gridDimY=*/1, launchImpl() local
1319 CUresult Res = getGlobalMetadataFromDevice() local
1346 CUresult Res = cuInit(0); initImpl() local
1412 CUresult Res = cuDeviceGet(&Device, DeviceId); isELFCompatible() local
1446 CUresult Res; dataExchangeImpl() local
[all...]
/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp27 void DeltaAlgorithm::Split(const changeset_ty &S, changesetlist_ty &Res) { in Split()
53 changeset_ty Res; in Delta() local
69 changeset_ty &Res) { in Search()
/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h209 return Res; in getNot() local
220 return Res; variable
204 ValueLatticeElement Res; get() local
226 ValueLatticeElement Res; global() variable
232 ValueLatticeElement Res; getOverdefined() local
[all...]
/llvm-project/llvm/unittests/Support/
H A DMD5Test.cpp27 SmallString<32> Res; in TestMD5Sum() local
37 SmallString<32> Res; in TestMD5Sum() local
64 SmallString<32> Res; in TEST() local
H A DSignalsTest.cpp39 std::string Res; in TEST() local
58 std::string Res; in TEST() local
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUDelayedMCExpr.cpp32 MCValue Res; in assignDocNode() local
46 MCValue Res; in resolveDelayedExpressions() local
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp26 const MCExpr *Res = in getTTypeGlobalReference() local
49 const MCExpr *Res = in getIndirectSymViaGOTPCRel() local
64 const MCExpr *Res = in getIndirectSymViaGOTPCRel() local
/llvm-project/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp423 Error ResourceFileWriter::handleError(Error Err, const RCResource *Res) { in handleError()
432 Error ResourceFileWriter::visitNullResource(const RCResource *Res) { in visitNullResource()
436 Error ResourceFileWriter::visitAcceleratorsResource(const RCResource *Res) { in visitAcceleratorsResource()
440 Error ResourceFileWriter::visitBitmapResource(const RCResource *Res) { in visitBitmapResource()
444 Error ResourceFileWriter::visitCursorResource(const RCResource *Res) { in visitCursorResource()
448 Error ResourceFileWriter::visitDialogResource(const RCResource *Res) { in visitDialogResource()
452 Error ResourceFileWriter::visitIconResource(const RCResource *Res) { in visitIconResource()
466 Error ResourceFileWriter::visitHTMLResource(const RCResource *Res) { in visitHTMLResource()
470 Error ResourceFileWriter::visitMenuResource(const RCResource *Res) { in visitMenuResource()
474 Error ResourceFileWriter::visitMenuExResource(const RCResource *Res) { in visitMenuExResource()
[all …]
/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp413 RegisterCell Res(W); in eIMM() local
426 RegisterCell Res(BW); in eIMM() local
436 RegisterCell Res(W); in eADD() local
469 RegisterCell Res(W); in eSUB() local
502 RegisterCell Res(W); in eMLS() local
512 RegisterCell Res(W); in eMLU() local
521 RegisterCell Res = RegisterCell::ref(A1); in eASL() local
531 RegisterCell Res = RegisterCell::ref(A1); in eLSR() local
541 RegisterCell Res = RegisterCell::ref(A1); in eASR() local
552 RegisterCell Res(W); in eAND() local
[all …]
/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp111 std::vector<std::pair<size_t, llvm::StringRef>> Res; in pointsWithPayload() local
144 std::vector<Annotations::Range> Res; in ranges() local
156 std::vector<std::pair<Annotations::Range, llvm::StringRef>> Res; in rangesWithPayload() local
167 llvm::StringMap<llvm::SmallVector<Annotations::Range, 1>> Res; in all_ranges() local
/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp550 evaluateAsAbsolute(int64_t & Res,const MCAssembler & Asm,const SectionAddrMap & Addrs) const evaluateAsAbsolute() argument
557 evaluateAsAbsolute(int64_t & Res,const MCAssembler & Asm) const evaluateAsAbsolute() argument
561 evaluateAsAbsolute(int64_t & Res,const MCAssembler * Asm) const evaluateAsAbsolute() argument
565 evaluateKnownAbsolute(int64_t & Res,const MCAssembler & Asm) const evaluateKnownAbsolute() argument
569 evaluateAsAbsolute(int64_t & Res,const MCAssembler * Asm,const SectionAddrMap * Addrs,bool InSet) const evaluateAsAbsolute() argument
737 evaluateSymbolicAdd(const MCAssembler * Asm,const SectionAddrMap * Addrs,bool InSet,const MCValue & LHS,const MCValue & RHS,MCValue & Res) evaluateSymbolicAdd() argument
789 evaluateAsRelocatable(MCValue & Res,const MCAssembler * Asm,const MCFixup * Fixup) const evaluateAsRelocatable() argument
794 evaluateAsValue(MCValue & Res,const MCAssembler & Asm) const evaluateAsValue() argument
814 evaluateAsRelocatableImpl(MCValue & Res,const MCAssembler * Asm,const MCFixup * Fixup,const SectionAddrMap * Addrs,bool InSet) const evaluateAsRelocatableImpl() argument
[all...]
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DKnownBitsTest.cpp24 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
44 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
83 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
117 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
155 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
192 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
231 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
258 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
287 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
319 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
[all …]
H A DKnownBitsVectorTest.cpp37 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
79 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
115 KnownBits Res = Info.getKnownBits(SrcReg); in TEST_F() local
151 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
189 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
221 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
258 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
291 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
324 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
478 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
511 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
544 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
573 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
608 KnownBits Res = Info.getKnownBits(SrcReg); TEST_F() local
1018 KnownBits Res = Info.getKnownBits(And->getOperand(1).getReg()); TEST_F() local
1051 KnownBits Res; TEST_F() local
1118 KnownBits Res; TEST_F() local
1186 KnownBits Res; TEST_F() local
1496 KnownBits Res; TEST_F() local
[all...]
/llvm-project/llvm/unittests/Demangle/
H A DPartialDemangleTest.cpp187 char *Res = D.getFunctionDeclContextName(Buf, &N); in TEST() local
162 char *Res = D.getFunctionDeclContextName(Buf, &N); TEST() local
175 char *Res = D.finishDemangle(Buf, &N); TEST() local
[all...]
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-comdat-1.cpp9 int Res = Foo.DoIt(10); in main() local
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.cpp97 evaluateExtraSGPRs(MCValue & Res,const MCAssembler * Asm,const MCFixup * Fixup) const evaluateExtraSGPRs() argument
126 evaluateTotalNumVGPR(MCValue & Res,const MCAssembler * Asm,const MCFixup * Fixup) const evaluateTotalNumVGPR() argument
153 evaluateAlignTo(MCValue & Res,const MCAssembler * Asm,const MCFixup * Fixup) const evaluateAlignTo() argument
174 evaluateOccupancy(MCValue & Res,const MCAssembler * Asm,const MCFixup * Fixup) const evaluateOccupancy() argument
217 evaluateAsRelocatableImpl(MCValue & Res,const MCAssembler * Asm,const MCFixup * Fixup) const evaluateAsRelocatableImpl() argument
[all...]
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp31 for (auto *Res : Entry->operands()) { in collect() local
42 for (auto *Res : Entry->operands()) { in collect() local
269 for (auto &Res : Data) in print() local
326 for (auto &Res : Data) in write() local
/llvm-project/llvm/tools/reduce-chunk-list/
H A Dreduce-chunk-list.cpp32 SmallVector<Chunk> Res; in simplifyChunksList() local
67 bool Res = Result != 0; in isStillInteresting() local
/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper()
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h531 buildPtrMask(const DstOp & Res,const SrcOp & Op0,const SrcOp & Op1) buildPtrMask() argument
592 buildUAddo(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1) buildUAddo() argument
598 buildUSubo(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1) buildUSubo() argument
604 buildSAddo(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1) buildSAddo() argument
610 buildSSubo(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1) buildSSubo() argument
629 buildUAdde(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1,const SrcOp & CarryIn) buildUAdde() argument
637 buildUSube(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1,const SrcOp & CarryIn) buildUSube() argument
645 buildSAdde(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1,const SrcOp & CarryIn) buildSAdde() argument
653 buildSSube(const DstOp & Res,const DstOp & CarryOut,const SrcOp & Op0,const SrcOp & Op1,const SrcOp & CarryIn) buildSSube() argument
691 buildSExtInReg(const DstOp & Res,const SrcOp & Op,int64_t ImmOp) buildSExtInReg() argument
909 buildAssertInstr(unsigned Opc,const DstOp & Res,const SrcOp & Op,unsigned Val) buildAssertInstr() argument
917 buildAssertZExt(const DstOp & Res,const SrcOp & Op,unsigned Size) buildAssertZExt() argument
925 buildAssertSExt(const DstOp & Res,const SrcOp & Op,unsigned Size) buildAssertSExt() argument
933 buildAssertAlign(const DstOp & Res,const SrcOp & Op,Align AlignVal) buildAssertAlign() argument
948 buildLoad(const DstOp & Res,const SrcOp & Addr,MachineMemOperand & MMO) buildLoad() argument
1277 buildIsFPClass(const DstOp & Res,const SrcOp & Src,unsigned Mask) buildIsFPClass() argument
1319 buildExtractVectorElementConstant(const DstOp & Res,const SrcOp & Val,const int Idx) buildExtractVectorElementConstant() argument
[all...]
/llvm-project/clang/lib/Basic/
H A DMakeSupport.cpp11 void clang::quoteMakeTarget(StringRef Target, SmallVectorImpl<char> &Res) { in quoteMakeTarget()

12345678910>>...24