Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1421 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight()
1429 TotalVal = 0; in extractProfTotalWeight()
1439 TotalVal = 0; in extractProfTotalWeight()
1444 TotalVal += V->getValue().getZExtValue(); in extractProfTotalWeight()
1449 TotalVal = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2)) in extractProfTotalWeight()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2058 SDValue TotalVal; in SelectAndParts32() local
2060 TotalVal = ANDISVal; in SelectAndParts32()
2062 TotalVal = ANDIVal; in SelectAndParts32()
2068 Res = TotalVal; in SelectAndParts32()
2071 Res, TotalVal), 0); in SelectAndParts32()
2421 SDValue TotalVal; in SelectAndParts64() local
2440 TotalVal = ANDISVal; in SelectAndParts64()
2442 TotalVal = ANDIVal; in SelectAndParts64()
2447 TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0); in SelectAndParts64()
2448 TotalVal = in SelectAndParts64()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h366 bool extractProfTotalWeight(uint64_t &TotalVal) const;