Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c249 uint64_t RepValue = InstrProfGetRangeRepValue(TargetValue); in __llvm_profile_instrument_memop() local
250 __llvm_profile_instrument_target(RepValue, Data, CounterIndex); in __llvm_profile_instrument_memop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp937 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local
939 RepValue = ConstantExpr::getBitCast(RepValue, GV->getValueType()); in OptimizeGlobalAddressOfMalloc()
969 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()
1016 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()
1017 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13278 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local
13279 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()
13280 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()
13282 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()