Searched refs:KnownLive1 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | AddrModeMatcher.h | 103 bool ValueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 457 bool AddressingModeMatcher::ValueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in ValueAlreadyLiveAtInst() argument 460 if (Val == 0 || Val == KnownLive1 || Val == KnownLive2) in ValueAlreadyLiveAtInst()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2656 bool valueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2); 3546 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in valueAlreadyLiveAtInst() argument 3549 if (Val == nullptr || Val == KnownLive1 || Val == KnownLive2) in valueAlreadyLiveAtInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2630 bool valueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2); 4195 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in valueAlreadyLiveAtInst() argument 4198 if (Val == nullptr || Val == KnownLive1 || Val == KnownLive2) in valueAlreadyLiveAtInst()
|