/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 78 if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth())) in cmpAPInts() local 91 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats() local 94 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats() local 97 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL), in cmpAPFloats() local 100 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL), in cmpAPFloats() local 108 if (int Res = cmpNumbers(L.size(), R.size())) in cmpMem() local 118 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs() local 136 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs() local 143 if (int Res = cmpNumbers((uint64_t)TyL, (uint64_t)TyR)) in cmpAttrs() local 176 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpRangeMetadata() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 67 if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth())) in cmpAPInts() local 78 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats() local 81 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats() local 84 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL), in cmpAPFloats() local 87 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL), in cmpAPFloats() local 95 if (int Res = cmpNumbers(L.size(), R.size())) in cmpMem() local 105 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs() local 158 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpRangeMetadata() local 163 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata() local 177 if (int Res = in cmpOperandBundlesSchema() local [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 488 if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth())) in cmpAPInts() local 499 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats() local 502 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats() local 505 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL), in cmpAPFloats() local 508 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL), in cmpAPFloats() local 516 if (int Res = cmpNumbers(L.size(), R.size())) in cmpMem() local 526 if (int Res = cmpNumbers(L.getNumSlots(), R.getNumSlots())) in cmpAttrs() local 564 if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands())) in cmpRangeMetadata() local 569 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata() local 583 if (int Res = in cmpOperandBundlesSchema() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 134 MachineInstrBuilder MachineIRBuilder::buildDynStackAlloc(const DstOp &Res, in buildDynStackAlloc() 145 MachineInstrBuilder MachineIRBuilder::buildFrameIndex(const DstOp &Res, in buildFrameIndex() 154 MachineInstrBuilder MachineIRBuilder::buildGlobalValue(const DstOp &Res, in buildGlobalValue() 173 void MachineIRBuilder::validateUnaryOp(const LLT Res, const LLT Op0) { in validateUnaryOp() 178 void MachineIRBuilder::validateBinaryOp(const LLT Res, const LLT Op0, in validateBinaryOp() 184 void MachineIRBuilder::validateShiftOp(const LLT Res, const LLT Op0, in validateShiftOp() 190 MachineInstrBuilder MachineIRBuilder::buildPtrAdd(const DstOp &Res, in buildPtrAdd() 201 MachineIRBuilder::materializePtrAdd(Register &Res, Register Op0, in materializePtrAdd() 216 MachineInstrBuilder MachineIRBuilder::buildMaskLowPtrBits(const DstOp &Res, in buildMaskLowPtrBits() 227 MachineIRBuilder::buildPadVectorWithUndefElements(const DstOp &Res, in buildPadVectorWithUndefElements() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 163 MachineInstrBuilder MachineIRBuilder::buildDynStackAlloc(const DstOp &Res, in buildDynStackAlloc() 174 MachineInstrBuilder MachineIRBuilder::buildFrameIndex(const DstOp &Res, in buildFrameIndex() 183 MachineInstrBuilder MachineIRBuilder::buildGlobalValue(const DstOp &Res, in buildGlobalValue() 202 void MachineIRBuilder::validateBinaryOp(const LLT &Res, const LLT &Op0, in validateBinaryOp() 208 void MachineIRBuilder::validateShiftOp(const LLT &Res, const LLT &Op0, in validateShiftOp() 214 MachineInstrBuilder MachineIRBuilder::buildPtrAdd(const DstOp &Res, in buildPtrAdd() 225 MachineIRBuilder::materializePtrAdd(Register &Res, Register Op0, in materializePtrAdd() 240 MachineInstrBuilder MachineIRBuilder::buildPtrMask(const DstOp &Res, in buildPtrMask() 273 MachineInstrBuilder MachineIRBuilder::buildCopy(const DstOp &Res, in buildCopy() 278 MachineInstrBuilder MachineIRBuilder::buildConstant(const DstOp &Res, in buildConstant() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaMCCodeEmitter.cpp | 151 uint32_t Res = static_cast<uint32_t>(MO.getImm()); in getMachineOpValue() local 203 int32_t Res = MO.getImm(); in getCallEncoding() local 224 int32_t Res = MO.getImm(); in getL32RTargetEncoding() local 244 uint32_t Res = static_cast<uint32_t>(MI.getOperand(OpNo + 1).getImm()); in getMemRegEncoding() local 276 int32_t Res = MO.getImm(); in getImm8OpValue() local 288 int32_t Res = MO.getImm(); in getImm8_sh8OpValue() local 301 int32_t Res = MO.getImm(); in getImm12OpValue() local 313 uint32_t Res = static_cast<uint32_t>(MO.getImm()); in getUimm4OpValue() local 325 uint32_t Res = static_cast<uint32_t>(MO.getImm()); in getUimm5OpValue() local 337 uint32_t Res = static_cast<uint32_t>(MO.getImm()); in getShimm1_31OpValue() local [all …]
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 414 RegisterCell Res(W); in eIMM() local 428 RegisterCell Res(BW); in eIMM() local 439 RegisterCell Res(W); in eADD() local 473 RegisterCell Res(W); in eSUB() local 507 RegisterCell Res(W); in eMLS() local 518 RegisterCell Res(W); in eMLU() local 528 RegisterCell Res = RegisterCell::ref(A1); in eASL() local 539 RegisterCell Res = RegisterCell::ref(A1); in eLSR() local 550 RegisterCell Res = RegisterCell::ref(A1); in eASR() local 562 RegisterCell Res(W); in eAND() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 413 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 413 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 …]
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | RelocVisitor.h | 294 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_X86_64_32() local 299 int32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_X86_64_32S() local 306 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_PPC64_ADDR32() local 317 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_PPC_ADDR32() local 324 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_Lanai_32() local 330 uint32_t Res = Value & 0xFFFFFFFF; in visitELF_MIPS_32() local 337 uint32_t Res = (Value + Addend) & 0xFFFFFFFF; in visitELF_MIPS64_32() local 343 uint64_t Res = (Value + Addend); in visitELF_MIPS64_64() local 350 int64_t Res = Value + Addend; in visitELF_AARCH64_ABS32() local 367 int64_t Res = Value + Addend; in visitELF_390_32() local [all …]
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCExpr.cpp | 397 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute() 402 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute() 408 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const { in evaluateAsAbsolute() 412 bool MCExpr::evaluateKnownAbsolute(int64_t &Res, in evaluateKnownAbsolute() 418 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in evaluateAsAbsolute() 427 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in evaluateAsAbsolute() 527 int64_t RHS_Cst, MCValue &Res) { in EvaluateSymbolicAdd() 575 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable() 583 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue() 602 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 531 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 592 MachineInstrBuilder buildUAddo(const DstOp &Res, const DstOp &CarryOut, in buildUAddo() 598 MachineInstrBuilder buildUSubo(const DstOp &Res, const DstOp &CarryOut, in buildUSubo() 604 MachineInstrBuilder buildSAddo(const DstOp &Res, const DstOp &CarryOut, in buildSAddo() 610 MachineInstrBuilder buildSSubo(const DstOp &Res, const DstOp &CarryOut, in buildSSubo() 629 MachineInstrBuilder buildUAdde(const DstOp &Res, const DstOp &CarryOut, in buildUAdde() 637 MachineInstrBuilder buildUSube(const DstOp &Res, const DstOp &CarryOut, in buildUSube() 645 MachineInstrBuilder buildSAdde(const DstOp &Res, const DstOp &CarryOut, in buildSAdde() 653 MachineInstrBuilder buildSSube(const DstOp &Res, const DstOp &CarryOut, in buildSSube() 691 MachineInstrBuilder buildSExtInReg(const DstOp &Res, const SrcOp &Op, int64_t ImmOp) { in buildSExtInReg() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 521 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 582 MachineInstrBuilder buildUAddo(const DstOp &Res, const DstOp &CarryOut, in buildUAddo() 588 MachineInstrBuilder buildUSubo(const DstOp &Res, const DstOp &CarryOut, in buildUSubo() 594 MachineInstrBuilder buildSAddo(const DstOp &Res, const DstOp &CarryOut, in buildSAddo() 600 MachineInstrBuilder buildSSubo(const DstOp &Res, const DstOp &CarryOut, in buildSSubo() 619 MachineInstrBuilder buildUAdde(const DstOp &Res, const DstOp &CarryOut, in buildUAdde() 627 MachineInstrBuilder buildUSube(const DstOp &Res, const DstOp &CarryOut, in buildUSube() 635 MachineInstrBuilder buildSAdde(const DstOp &Res, const DstOp &CarryOut, in buildSAdde() 643 MachineInstrBuilder buildSSube(const DstOp &Res, const DstOp &CarryOut, in buildSSube() 681 MachineInstrBuilder buildSExtInReg(const DstOp &Res, const SrcOp &Op, int64_t ImmOp) { in buildSExtInReg() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 521 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 582 MachineInstrBuilder buildUAddo(const DstOp &Res, const DstOp &CarryOut, in buildUAddo() 588 MachineInstrBuilder buildUSubo(const DstOp &Res, const DstOp &CarryOut, in buildUSubo() 594 MachineInstrBuilder buildSAddo(const DstOp &Res, const DstOp &CarryOut, in buildSAddo() 600 MachineInstrBuilder buildSSubo(const DstOp &Res, const DstOp &CarryOut, in buildSSubo() 619 MachineInstrBuilder buildUAdde(const DstOp &Res, const DstOp &CarryOut, in buildUAdde() 627 MachineInstrBuilder buildUSube(const DstOp &Res, const DstOp &CarryOut, in buildUSube() 635 MachineInstrBuilder buildSAdde(const DstOp &Res, const DstOp &CarryOut, in buildSAdde() 643 MachineInstrBuilder buildSSube(const DstOp &Res, const DstOp &CarryOut, in buildSSube() 681 MachineInstrBuilder buildSExtInReg(const DstOp &Res, const SrcOp &Op, int64_t ImmOp) { in buildSExtInReg() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 521 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 582 MachineInstrBuilder buildUAddo(const DstOp &Res, const DstOp &CarryOut, in buildUAddo() 588 MachineInstrBuilder buildUSubo(const DstOp &Res, const DstOp &CarryOut, in buildUSubo() 594 MachineInstrBuilder buildSAddo(const DstOp &Res, const DstOp &CarryOut, in buildSAddo() 600 MachineInstrBuilder buildSSubo(const DstOp &Res, const DstOp &CarryOut, in buildSSubo() 619 MachineInstrBuilder buildUAdde(const DstOp &Res, const DstOp &CarryOut, in buildUAdde() 627 MachineInstrBuilder buildUSube(const DstOp &Res, const DstOp &CarryOut, in buildUSube() 635 MachineInstrBuilder buildSAdde(const DstOp &Res, const DstOp &CarryOut, in buildSAdde() 643 MachineInstrBuilder buildSSube(const DstOp &Res, const DstOp &CarryOut, in buildSSube() 681 MachineInstrBuilder buildSExtInReg(const DstOp &Res, const SrcOp &Op, int64_t ImmOp) { in buildSExtInReg() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCExpr.cpp | 540 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute() 545 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute() 553 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const { in evaluateAsAbsolute() 557 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm) const { in evaluateAsAbsolute() 561 bool MCExpr::evaluateKnownAbsolute(int64_t &Res, in evaluateKnownAbsolute() 567 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in evaluateAsAbsolute() 701 int64_t RHS_Cst, MCValue &Res) { in EvaluateSymbolicAdd() 749 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable() 757 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue() 776 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCExpr.cpp | 463 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute() 468 bool MCExpr::evaluateAsAbsolute(int64_t &Res, in evaluateAsAbsolute() 476 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const { in evaluateAsAbsolute() 480 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm) const { in evaluateAsAbsolute() 484 bool MCExpr::evaluateKnownAbsolute(int64_t &Res, in evaluateKnownAbsolute() 490 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in evaluateAsAbsolute() 618 int64_t RHS_Cst, MCValue &Res) { in EvaluateSymbolicAdd() 669 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable() 677 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue() 696 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 498 MachineInstrBuilder buildPtrMask(const DstOp &Res, const SrcOp &Op0, in buildPtrMask() 559 MachineInstrBuilder buildUAddo(const DstOp &Res, const DstOp &CarryOut, in buildUAddo() 565 MachineInstrBuilder buildUSubo(const DstOp &Res, const DstOp &CarryOut, in buildUSubo() 571 MachineInstrBuilder buildSAddo(const DstOp &Res, const DstOp &CarryOut, in buildSAddo() 577 MachineInstrBuilder buildSSubo(const DstOp &Res, const DstOp &CarryOut, in buildSSubo() 596 MachineInstrBuilder buildUAdde(const DstOp &Res, const DstOp &CarryOut, in buildUAdde() 604 MachineInstrBuilder buildUSube(const DstOp &Res, const DstOp &CarryOut, in buildUSube() 612 MachineInstrBuilder buildSAdde(const DstOp &Res, const DstOp &CarryOut, in buildSAdde() 620 MachineInstrBuilder buildSSube(const DstOp &Res, const DstOp &CarryOut, in buildSSube() 658 MachineInstrBuilder buildSExtInReg(const DstOp &Res, const SrcOp &Op, int64_t ImmOp) { in buildSExtInReg() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 518 ValueVector Res; in splitUnary() local 540 ValueVector Res; in splitBinary() local 604 ValueVector Res(NumElems); in splitCall() local 640 ValueVector Res; in visitSelectInst() local 711 ValueVector Res; in visitGetElementPtrInst() local 737 ValueVector Res; in visitCastInst() local 756 ValueVector Res; in visitBitCastInst() local 812 ValueVector Res; in visitInsertElementInst() local 847 Value *Res = Op0[CI->getValue().getZExtValue()]; in visitExtractElementInst() local 855 Value *Res = PoisonValue::get(VT->getElementType()); in visitExtractElementInst() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 64 auto Res = MRI.createGenericVirtualRegister(LLT::scalar(32)); in createTypeVReg() local 70 auto Res = MRI.createGenericVirtualRegister(LLT::scalar(32)); in createTypeVReg() local 131 Register Res = DT.find(CI, CurMF); in getOrCreateConstIntReg() local 151 Register Res; in getOrCreateConstInt() local 190 Register Res = DT.find(ConstInt, &MF); in buildConstantInt() local 236 Register Res = DT.find(ConstFP, &MF); in buildConstantFP() local 252 Register Res = DT.find(CA, CurMF); in getOrCreateIntCompositeOrNull() local 325 Register Res = DT.find(CA, CurMF); in getOrCreateIntCompositeOrNull() local 400 Register Res = DT.find(CP, CurMF); in getOrCreateConstNullPtr() local 426 auto Res = MIRBuilder.buildInstr(SPIRV::OpConstantSampler) in buildConstantSampler() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 43 SDValue Res = SDValue(); in PromoteIntegerResult() local 311 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic0() local 323 SDValue Res = DAG.getAtomic(N->getOpcode(), SDLoc(N), in PromoteIntRes_Atomic1() local 346 SDValue Res = DAG.getAtomicCmpSwap( in PromoteIntRes_AtomicCmpSwap() local 375 SDValue Res = DAG.getAtomicCmpSwap( in PromoteIntRes_AtomicCmpSwap() local 448 SDValue Res = in PromoteIntRes_BITCAST() local 504 if (SDValue Res = TLI.expandBSWAP(N, DAG)) in PromoteIntRes_BSWAP() local 525 if (SDValue Res = TLI.expandBITREVERSE(N, DAG)) in PromoteIntRes_BITREVERSE() local 688 SDValue Res; in PromoteIntRes_FP_TO_XINT() local 737 SDValue Res = in PromoteIntRes_GET_ROUNDING() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 470 ValueVector Res; in splitUnary() local 492 ValueVector Res; in splitBinary() local 547 ValueVector Res(NumElems); in splitCall() local 583 ValueVector Res; in visitSelectInst() local 647 ValueVector Res; in visitGetElementPtrInst() local 673 ValueVector Res; in visitCastInst() local 692 ValueVector Res; in visitBitCastInst() local 745 ValueVector Res; in visitShuffleVectorInst() local 768 ValueVector Res; in visitPHINode() local 800 ValueVector Res; in visitLoadInst() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/retry/ |
D | main.rs | 94 type Res = &'static str; typedef 105 fn retry(&self, _: &Req, result: Result<&Res, &Error>) -> Option<Self::Future> { in retry() 123 fn retry(&self, _: &Req, result: Result<&Res, &Error>) -> Option<Self::Future> { in retry() 141 fn retry(&self, _: &Req, result: Result<&Res, &Error>) -> Option<Self::Future> { in retry() 161 fn retry(&self, _: &Req, _: Result<&Res, &Error>) -> Option<Self::Future> { in retry() 170 fn new_service<P: Policy<Req, Res, Error> + Clone>( in new_service() argument
|
/aosp_15_r20/external/lzma/CPP/7zip/Common/ |
H A D | CWrappers.h | 16 HRESULT Res; member 26 HRESULT Res; member 37 HRESULT Res; member 47 HRESULT Res; member 64 HRESULT Res; member 136 HRESULT Res; member
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 388 ValueVector Res; in splitBinary() local 408 ValueVector Res; in visitSelectInst() local 455 ValueVector Res; in visitGetElementPtrInst() local 481 ValueVector Res; in visitCastInst() local 500 ValueVector Res; in visitBitCastInst() local 553 ValueVector Res; in visitShuffleVectorInst() local 576 ValueVector Res; in visitPHINode() local 608 ValueVector Res; in visitLoadInst() local 659 Value *Res = UndefValue::get(Ty); in finish() local
|