Searched refs:handleOperandChangeImpl (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constants.h | 61 Value *handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function 417 Value *handleOperandChangeImpl(Value *From, Value *To); 449 Value *handleOperandChangeImpl(Value *From, Value *To); 503 Value *handleOperandChangeImpl(Value *From, Value *To); 844 Value *handleOperandChangeImpl(Value *From, Value *To); 890 Value *handleOperandChangeImpl(Value *From, Value *To);
|
D | GlobalValue.h | 120 Value *handleOperandChangeImpl(Value *From, Value *To);
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 55 Value *handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function 396 Value *handleOperandChangeImpl(Value *From, Value *To); 427 Value *handleOperandChangeImpl(Value *From, Value *To); 474 Value *handleOperandChangeImpl(Value *From, Value *To); 793 Value *handleOperandChangeImpl(Value *From, Value *To); 840 Value *handleOperandChangeImpl(Value *From, Value *To);
|
D | GlobalValue.h | 98 Value *handleOperandChangeImpl(Value *From, Value *To);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 107 Value *handleOperandChangeImpl(Value *From, Value *To);
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 46 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in GlobalValue
|
D | Constants.cpp | 1398 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in BlockAddress 2700 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To); \ in handleOperandChange() 2720 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantArray 2761 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantStruct 2797 Value *ConstantVector::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantVector 2823 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() function in ConstantExpr
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Globals.cpp | 60 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in GlobalValue
|
D | Constants.cpp | 1448 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in BlockAddress 2772 Replacement = cast<Name>(this)->handleOperandChangeImpl(From, To); \ in handleOperandChange() 2792 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantArray 2833 Value *ConstantStruct::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantStruct 2869 Value *ConstantVector::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl() function in ConstantVector 2895 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() function in ConstantExpr
|