Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DMetadata.cpp1340 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight()
1348 TotalVal = 0; in extractProfTotalWeight()
1358 TotalVal = 0; in extractProfTotalWeight()
1363 TotalVal += V->getValue().getZExtValue(); in extractProfTotalWeight()
1368 TotalVal = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2)) in extractProfTotalWeight()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1792 SDValue TotalVal; in SelectAndParts32() local
1794 TotalVal = ANDISVal; in SelectAndParts32()
1796 TotalVal = ANDIVal; in SelectAndParts32()
1802 Res = TotalVal; in SelectAndParts32()
1805 Res, TotalVal), 0); in SelectAndParts32()
2149 SDValue TotalVal; in SelectAndParts64() local
2167 TotalVal = ANDISVal; in SelectAndParts64()
2169 TotalVal = ANDIVal; in SelectAndParts64()
2174 TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in SelectAndParts64()
2175 TotalVal = in SelectAndParts64()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h299 bool extractProfTotalWeight(uint64_t &TotalVal) const;