Home
last modified time | relevance | path

Searched defs:IsVariable (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp2841 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
2909 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
2977 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
/third_party/spirv-tools/source/diff/
Ddiff.cpp1947 bool Differ::IsVariable(const IdInstructions& id_to, uint32_t pointer_id) { in IsVariable() function in spvtools::diff::__anoncbcdd0570111::Differ
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp23265 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()