Home
last modified time | relevance | path

Searched refs:TotalVal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1521 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight()
1529 TotalVal = 0; in extractProfTotalWeight()
1539 TotalVal = 0; in extractProfTotalWeight()
1544 TotalVal += V->getValue().getZExtValue(); in extractProfTotalWeight()
1549 TotalVal = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2)) in extractProfTotalWeight()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h346 bool extractProfTotalWeight(uint64_t &TotalVal) const;
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2071 SDValue TotalVal; in SelectAndParts32() local
2073 TotalVal = ANDISVal; in SelectAndParts32()
2075 TotalVal = ANDIVal; in SelectAndParts32()
2081 Res = TotalVal; in SelectAndParts32()
2084 Res, TotalVal), 0); in SelectAndParts32()
2434 SDValue TotalVal; in SelectAndParts64() local
2453 TotalVal = ANDISVal; in SelectAndParts64()
2455 TotalVal = ANDIVal; in SelectAndParts64()
2460 TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in SelectAndParts64()
2461 TotalVal = in SelectAndParts64()
[all …]