Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp831 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local
833 RepValue = ConstantExpr::getBitCast(RepValue, GV->getValueType()); in OptimizeGlobalAddressOfMalloc()
859 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()
909 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()
910 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp875 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local
877 RepValue = ConstantExpr::getBitCast(RepValue, GV->getValueType()); in OptimizeGlobalAddressOfMalloc()
903 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()
953 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()
954 ConstantPropUsersOf(RepValue, DL, TLI); in OptimizeGlobalAddressOfMalloc()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp891 Constant *RepValue = NewGV; in OptimizeGlobalAddressOfMalloc() local
893 RepValue = ConstantExpr::getBitCast(RepValue, in OptimizeGlobalAddressOfMalloc()
918 LoadUse = RepValue; in OptimizeGlobalAddressOfMalloc()
966 if (RepValue != NewGV) in OptimizeGlobalAddressOfMalloc()
967 ConstantPropUsersOf(RepValue); in OptimizeGlobalAddressOfMalloc()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9974 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local
9975 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()
9976 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()
9978 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11422 SDValue RepValue = PromOp.getOperand(0); in DAGCombineTruncBoolExt() local
11423 if (isa<ConstantSDNode>(RepValue)) in DAGCombineTruncBoolExt()
11424 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue); in DAGCombineTruncBoolExt()
11426 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt()