Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDMetadata.cpp1339 bool Instruction::extractProfTotalWeight(uint64_t &TotalVal) const { in extractProfTotalWeight()
1347 TotalVal = 0; in extractProfTotalWeight()
1357 TotalVal = 0; in extractProfTotalWeight()
1362 TotalVal += V->getValue().getZExtValue(); in extractProfTotalWeight()
1367 TotalVal = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2)) in extractProfTotalWeight()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp1827 SDValue TotalVal; in SelectAndParts32() local
1829 TotalVal = ANDISVal; in SelectAndParts32()
1831 TotalVal = ANDIVal; in SelectAndParts32()
1833 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR, dl, MVT::i32, in SelectAndParts32()
1837 Res = TotalVal; in SelectAndParts32()
1840 Res, TotalVal), 0); in SelectAndParts32()
2187 SDValue TotalVal; in SelectAndParts64() local
2206 TotalVal = ANDISVal; in SelectAndParts64()
2208 TotalVal = ANDIVal; in SelectAndParts64()
2210 TotalVal = SDValue(CurDAG->getMachineNode(PPC::OR8, dl, MVT::i64, in SelectAndParts64()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstruction.h322 bool extractProfTotalWeight(uint64_t &TotalVal) const;